rev-list: documentation and test for --left/right-only
[gitweb.git] / Documentation / git-verify-tag.txt
index ba837df4bc66e2b828fcd49c94f35957c27322df..711219749cac76ff1363ce5f27e28da9a7ecba57 100644 (file)
@@ -11,12 +11,16 @@ SYNOPSIS
 
 DESCRIPTION
 -----------
-Validates the gpg signature created by 'git-tag'.
+Validates the gpg signature created by 'git tag'.
 
 OPTIONS
 -------
-<tag>::
-       SHA1 identifier of a git tag object.
+-v::
+--verbose::
+       Print the contents of the tag object before validating it.
+
+<tag>...::
+       SHA1 identifiers of git tag objects.
 
 Author
 ------