verify-tag: document --verbose
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
3927142561
commit
6e565345e8
@ -15,6 +15,10 @@ Validates the gpg signature created by 'git tag'.
|
|||||||
|
|
||||||
OPTIONS
|
OPTIONS
|
||||||
-------
|
-------
|
||||||
|
-v::
|
||||||
|
--verbose::
|
||||||
|
Print the contents of the tag object before validating it.
|
||||||
|
|
||||||
<tag>...::
|
<tag>...::
|
||||||
SHA1 identifiers of git tag objects.
|
SHA1 identifiers of git tag objects.
|
||||||
|
|
||||||
|
@ -93,7 +93,7 @@ int cmd_verify_tag(int argc, const char **argv, const char *prefix)
|
|||||||
{
|
{
|
||||||
int i = 1, verbose = 0, had_error = 0;
|
int i = 1, verbose = 0, had_error = 0;
|
||||||
const struct option verify_tag_options[] = {
|
const struct option verify_tag_options[] = {
|
||||||
OPT__VERBOSE(&verbose, "be verbose"),
|
OPT__VERBOSE(&verbose, "print tag contents"),
|
||||||
OPT_END()
|
OPT_END()
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user