1
0
mirror of https://github.com/git/git.git synced 2024-10-22 12:28:32 +02:00

Documentation/tag: remove double occurance of "<pattern>"

Mentored-by: Christian Couder <christian.couder@gmail.com>
Mentored-by: Matthieu Moy <matthieu.moy@grenoble-inp.fr>
Signed-off-by: Karthik Nayak <karthik.188@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Karthik Nayak 2015-07-09 15:57:47 +05:30 committed by Junio C Hamano
parent fdf96a20ac
commit 35813042ef

@ -14,7 +14,6 @@ SYNOPSIS
'git tag' -d <tagname>...
'git tag' [-n[<num>]] -l [--contains <commit>] [--points-at <object>]
[--column[=<options>] | --no-column] [<pattern>...]
[<pattern>...]
'git tag' -v <tagname>...
DESCRIPTION