aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-tag.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-01-17 01:08:30 -0800
committerJunio C Hamano <junkio@cox.net>2007-01-17 01:08:30 -0800
commit79d5b81fee8fa3213276b8c287a18c7ed2aefdb9 (patch)
treec435ca392ca0714d34d6b1e1e3348f8fd9df86eb /Documentation/git-tag.txt
parente30b217ba41081f5f11206ca3dfb987725315304 (diff)
downloadgit-79d5b81fee8fa3213276b8c287a18c7ed2aefdb9.tar.gz
Documentation/git-tag: the command can be used to also verify a tag.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-tag.txt')
-rw-r--r--Documentation/git-tag.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-tag.txt b/Documentation/git-tag.txt
index 80bece0775..8a71ab37df 100644
--- a/Documentation/git-tag.txt
+++ b/Documentation/git-tag.txt
@@ -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