Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jc/emfile'
[gitweb.git]
/
builtin
/
verify-tag.c
diff --git
a/builtin/verify-tag.c
b/builtin/verify-tag.c
index 6784846ec9a1cfe9e6155e5916eaf26b3e111cd5..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, "
be verbose
"),
+ OPT__VERBOSE(&verbose, "
print tag contents
"),
OPT_END()
};