X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin%2Fverify-tag.c;h=8136dba7a1a43bf90cd213a30a7f1a57a1248ac3;hb=45a7b55d6fe69581d12b83f63337eaa1015b6717;hp=9f482c29f516bde84023f401b28b133c1e605333;hpb=7e00a9104bc8ce27f73132fbaa8f8528e26206a8;p=git.git diff --git a/builtin/verify-tag.c b/builtin/verify-tag.c index 9f482c29f..8136dba7a 100644 --- 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() };