From: Holger Weiß Date: Mon, 29 Mar 2010 11:02:37 +0000 (+0200) Subject: Documentation: show-ref s are optional X-Git-Tag: v1.7.0.4~2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4318d3ba8fcb136a6ba3beaebaac8f47086bbf5f;p=git.git Documentation: show-ref s are optional Specifying one or more parameters is optional when calling show-ref, so mark them as such using brackets in the manual. Signed-off-by: Holger Weiß Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-show-ref.txt b/Documentation/git-show-ref.txt index df17d49b8..3f9d9c6db 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[=]] [--abbrev[=]] [--tags] - [--heads] [--] ... + [--heads] [--] [...] 'git show-ref' --exclude-existing[=] < ref-list DESCRIPTION