summaryrefslogtreecommitdiffstats
path: root/git-tag.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-01-21 08:57:14 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-01-21 08:57:14 +0000
commitdb450ba3ae2b636d553d185caf436c76c0853bff (patch)
treecd6559f859d8c6f6fd813b9324247b7da8b43872 /git-tag.txt
parent4ad294bce02ce66a5fa0a3aba3267d83fc995773 (diff)
downloadgit-htmldocs-db450ba3ae2b636d553d185caf436c76c0853bff.tar.gz
Autogenerated HTML docs for v1.5.0-rc2
Diffstat (limited to 'git-tag.txt')
-rw-r--r--git-tag.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/git-tag.txt b/git-tag.txt
index 8a71ab37d..13c7aefbf 100644
--- a/git-tag.txt
+++ b/git-tag.txt
@@ -3,14 +3,14 @@ git-tag(1)
NAME
----
-git-tag - Create or verify a tag object signed with GPG
+git-tag - Create, list, delete or verify a tag object signed with GPG
SYNOPSIS
--------
[verse]
-'git-tag' [-a | -s | -u <key-id>] [-f | -d | -v] [-m <msg> | -F <file>]
- <name> [<head>]
+'git-tag' [-a | -s | -u <key-id>] [-f | -v] [-m <msg> | -F <file>] <name> [<head>]
+'git-tag' -d <name>...
'git-tag' -l [<pattern>]
DESCRIPTION
@@ -55,7 +55,7 @@ OPTIONS
Replace an existing tag with the given name (instead of failing)
-d::
- Delete an existing tag with the given name
+ Delete existing tags with the given names.
-v::
Verify the gpg signature of given the tag