From: Piotr Krukowiecki Date: Wed, 9 Mar 2011 20:03:48 +0000 (+0100) Subject: ls-remote documentation: argument is optional X-Git-Tag: v1.7.4.2~37 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=494489a5bd241337fa94331c038976f2a042265e;p=git.git ls-remote documentation: argument is optional Correct SYNOPSIS section. Signed-off-by: Piotr Krukowiecki Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-ls-remote.txt b/Documentation/git-ls-remote.txt index abe7bf9ff..342276582 100644 --- a/Documentation/git-ls-remote.txt +++ b/Documentation/git-ls-remote.txt @@ -10,7 +10,7 @@ SYNOPSIS -------- [verse] 'git ls-remote' [--heads] [--tags] [-u | --upload-pack ] - ... + [...] DESCRIPTION -----------