Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'kb/maint-status-cquote'
[gitweb.git]
/
builtin
/
verify-tag.c
diff --git
a/builtin/verify-tag.c
b/builtin/verify-tag.c
index 9f482c29f516bde84023f401b28b133c1e605333..8136dba7a1a43bf90cd213a30a7f1a57a1248ac3 100644
(file)
--- a/
builtin/verify-tag.c
+++ b/
builtin/verify-tag.c
@@
-93,7
+93,7
@@
int cmd_verify_tag(int argc, const char **argv, const char *prefix)
{
int i = 1, verbose = 0, had_error = 0;
const struct option verify_tag_options[] = {
- OPT__VERBOSE(&verbose),
+ OPT__VERBOSE(&verbose
, "print tag contents"
),
OPT_END()
};