summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolger Weiß <holger@zedat.fu-berlin.de>2010-03-29 11:02:37 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-03-31 21:22:17 (GMT)
commit4318d3ba8fcb136a6ba3beaebaac8f47086bbf5f (patch)
tree6f4ba5cc433a68979502b96a2e589df27fcb921f
parent21704227904b51197976c61c595b52d807677533 (diff)
downloadgit-4318d3ba8fcb136a6ba3beaebaac8f47086bbf5f.zip
git-4318d3ba8fcb136a6ba3beaebaac8f47086bbf5f.tar.gz
git-4318d3ba8fcb136a6ba3beaebaac8f47086bbf5f.tar.bz2
Documentation: show-ref <pattern>s are optional
Specifying one or more <pattern> parameters is optional when calling show-ref, so mark them as such using brackets in the manual. Signed-off-by: Holger Weiß <holger@zedat.fu-berlin.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/git-show-ref.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-show-ref.txt b/Documentation/git-show-ref.txt
index df17d49..3f9d9c6 100644
--- a/Documentation/git-show-ref.txt
+++ b/Documentation/git-show-ref.txt
@@ -10,7 +10,7 @@ SYNOPSIS
[verse]
'git show-ref' [-q|--quiet] [--verify] [--head] [-d|--dereference]
[-s|--hash[=<n>]] [--abbrev[=<n>]] [--tags]
- [--heads] [--] <pattern>...
+ [--heads] [--] [<pattern>...]
'git show-ref' --exclude-existing[=<pattern>] < ref-list
DESCRIPTION