diff options
author | Holger Weiß <holger@zedat.fu-berlin.de> | 2010-03-29 13:02:37 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-03-31 14:22:17 -0700 |
commit | 4318d3ba8fcb136a6ba3beaebaac8f47086bbf5f (patch) | |
tree | 6f4ba5cc433a68979502b96a2e589df27fcb921f /Documentation/git-show-ref.txt | |
parent | 21704227904b51197976c61c595b52d807677533 (diff) | |
download | git-4318d3ba8fcb136a6ba3beaebaac8f47086bbf5f.tar.gz |
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>
Diffstat (limited to 'Documentation/git-show-ref.txt')
-rw-r--r-- | Documentation/git-show-ref.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-show-ref.txt b/Documentation/git-show-ref.txt index df17d49b87..3f9d9c6db3 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 |