Code

verify-tag: document --verbose
[git.git] / builtin / verify-tag.c
index 6784846ec9a1cfe9e6155e5916eaf26b3e111cd5..8136dba7a1a43bf90cd213a30a7f1a57a1248ac3 100644 (file)
@@ -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()
        };