summaryrefslogtreecommitdiffstats
path: root/git-tag.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-04-11 05:28:52 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-04-11 05:28:52 +0000
commitdcc6495c1f9fcf63dde4f602c75ded45145a7237 (patch)
treed38fcf7d17c04c4f94aff7c6d21e2ea0f5e6353f /git-tag.txt
parentb78d259c6eea0930602461f8478f969ae3da0624 (diff)
downloadgit-htmldocs-dcc6495c1f9fcf63dde4f602c75ded45145a7237.tar.gz
Autogenerated HTML docs for v1.5.5-29-g7134
Diffstat (limited to 'git-tag.txt')
-rw-r--r--git-tag.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-tag.txt b/git-tag.txt
index c22fb7117..4b6fd90ea 100644
--- a/git-tag.txt
+++ b/git-tag.txt
@@ -11,7 +11,7 @@ SYNOPSIS
[verse]
'git-tag' [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <name> [<head>]
'git-tag' -d <name>...
-'git-tag' [-n [<num>]] -l [<pattern>]
+'git-tag' [-n[<num>]] -l [<pattern>]
'git-tag' -v <name>...
DESCRIPTION
@@ -57,7 +57,7 @@ OPTIONS
-v::
Verify the gpg signature of the given tag names.
--n <num>::
+-n<num>::
<num> specifies how many lines from the annotation, if any,
are printed when using -l.
The default is not to print any annotation lines.