Documentation/git-tag: the command can be used to also verify a tag.

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Junio C Hamano 2007-01-17 01:08:30 -08:00
parent e30b217ba4
commit 79d5b81fee
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ git-tag(1)
NAME
----
git-tag - Create a tag object signed with GPG
git-tag - Create or verify a tag object signed with GPG
SYNOPSIS

View File

@ -246,7 +246,7 @@ gitlink:git-symbolic-ref[1]::
Read and modify symbolic refs.
gitlink:git-tag[1]::
An example script to create a tag object signed with GPG.
Create or verify a tag object signed with GPG.
gitlink:git-update-ref[1]::
Update the object name stored in a ref safely.