From 4318d3ba8fcb136a6ba3beaebaac8f47086bbf5f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Holger=20Wei=C3=9F?= Date: Mon, 29 Mar 2010 13:02:37 +0200 Subject: [PATCH] Documentation: show-ref s are optional MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- Documentation/git-show-ref.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[=]] [--abbrev[=]] [--tags] - [--heads] [--] ... + [--heads] [--] [...] 'git show-ref' --exclude-existing[=] < ref-list DESCRIPTION -- 2.11.4.GIT