Merge branch 'jc/maint-1.7.4-pathspec-stdin-and-cmdline'
[gitweb.git] / Documentation / git-verify-tag.txt
index ba837df4bc66e2b828fcd49c94f35957c27322df..8c9a71865b45120700c21a52d1e06aad45f3221f 100644 (file)
@@ -11,20 +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.
 
-Author
-------
-Written by Jan Harkes <jaharkes@cs.cmu.edu> and Eric W. Biederman <ebiederm@xmission.com>
-
-Documentation
---------------
-Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
+<tag>...::
+       SHA1 identifiers of git tag objects.
 
 GIT
 ---