summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Krukowiecki <piotr.krukowiecki@gmail.com>2011-03-09 20:03:48 (GMT)
committerJunio C Hamano <gitster@pobox.com>2011-03-09 20:32:00 (GMT)
commit494489a5bd241337fa94331c038976f2a042265e (patch)
tree09373fb18cd945a41e1b610fa9b7f79c0467a2ef
parent621c39de223f80d7014c39c5791db8b2b066fa18 (diff)
downloadgit-494489a5bd241337fa94331c038976f2a042265e.zip
git-494489a5bd241337fa94331c038976f2a042265e.tar.gz
git-494489a5bd241337fa94331c038976f2a042265e.tar.bz2
ls-remote documentation: <refs> argument is optional
Correct SYNOPSIS section. Signed-off-by: Piotr Krukowiecki <piotr.krukowiecki@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/git-ls-remote.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-ls-remote.txt b/Documentation/git-ls-remote.txt
index abe7bf9..3422765 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 <exec> | --upload-pack <exec>]
- <repository> <refs>...
+ <repository> [<refs>...]
DESCRIPTION
-----------