Skip to content

Commit

Permalink
verify-tag: document --verbose
Browse files Browse the repository at this point in the history
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
René Scharfe authored and Junio C Hamano committed Nov 15, 2010
1 parent 3927142 commit 6e56534
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Documentation/git-verify-tag.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ Validates the gpg signature created by 'git tag'.

OPTIONS
-------
-v::
--verbose::
Print the contents of the tag object before validating it.

<tag>...::
SHA1 identifiers of git tag objects.

Expand Down
2 changes: 1 addition & 1 deletion builtin/verify-tag.c
Original file line number Diff line number Diff line change
Expand Up @@ -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()
};

Expand Down

0 comments on commit 6e56534

Please sign in to comment.