1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-06-13 01:27:31 +02:00

git-tag(1): Remove duplicate text

Options -d, -l, -v have already been explained in OPTIONS below.

Signed-off-by: Jari Aalto <jari.aalto@cante.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Jari Aalto 2007-08-27 08:54:32 +03:00 committed by Junio C Hamano
parent 7d479624d4
commit 6257271629

View File

@ -34,13 +34,6 @@ A GnuPG signed tag object will be created when `-s` or `-u
committer identity for the current user is used to find the
GnuPG key for signing.
`-d <tag>` deletes the tag.
`-v <tag>` verifies the gpg signature of the tag.
`-l <pattern>` lists tags with names that match the given pattern
(or all if no pattern is given).
OPTIONS
-------
-a::