Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'im/hashcmp-optim'
[gitweb.git]
/
builtin
/
verify-tag.c
diff --git
a/builtin/verify-tag.c
b/builtin/verify-tag.c
index 86cac6d715dbc29b3586e84ea28f4083ddb2a1b8..313476604967bb2962350c82d45ffad04eab09e1 100644
(file)
--- a/
builtin/verify-tag.c
+++ b/
builtin/verify-tag.c
@@
-87,7
+87,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()
};