Code

Merge branch 'mg/branch-list'
[git.git] / Documentation / git-tag.txt
index 61e4b9bc08f50bb532eabcf706e9f111faed2fdc..c83cb13de67943813edc99725b87cfe94beba87e 100644 (file)
@@ -12,7 +12,7 @@ SYNOPSIS
 'git tag' [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>]
        <tagname> [<commit> | <object>]
 'git tag' -d <tagname>...
-'git tag' [-n[<num>]] -l [--contains <commit>] [<pattern>]
+'git tag' [-n[<num>]] -l [--contains <commit>] [<pattern>...]
 'git tag' -v <tagname>...
 
 DESCRIPTION