summaryrefslogtreecommitdiffstats
path: root/git-tag.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-01-31 14:01:04 -0800
committerJunio C Hamano <gitster@pobox.com>2017-01-31 14:01:04 -0800
commitc05f739ccf383e9a1515bc25b3fd96f673df83b9 (patch)
tree406ee11195ec7c525ea81f6dcc96811cdab3fa34 /git-tag.txt
parentbcd98f41a1bf21a71ee80e4b1f381e1290909b66 (diff)
downloadgit-htmldocs-c05f739ccf383e9a1515bc25b3fd96f673df83b9.tar.gz
Autogenerated HTML docs for v2.11.0-616-g8f600
Diffstat (limited to 'git-tag.txt')
-rw-r--r--git-tag.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-tag.txt b/git-tag.txt
index 5055a9682..8e70c5b6a 100644
--- a/git-tag.txt
+++ b/git-tag.txt
@@ -15,7 +15,7 @@ SYNOPSIS
'git tag' [-n[<num>]] -l [--contains <commit>] [--points-at <object>]
[--column[=<options>] | --no-column] [--create-reflog] [--sort=<key>]
[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]
-'git tag' -v <tagname>...
+'git tag' -v [--format=<format>] <tagname>...
DESCRIPTION
-----------