aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-ls-remote.txt
diff options
context:
space:
mode:
authorPiotr Krukowiecki <piotr.krukowiecki@gmail.com>2011-03-09 21:03:48 +0100
committerJunio C Hamano <gitster@pobox.com>2011-03-09 12:32:00 -0800
commit494489a5bd241337fa94331c038976f2a042265e (patch)
tree09373fb18cd945a41e1b610fa9b7f79c0467a2ef /Documentation/git-ls-remote.txt
parent621c39de223f80d7014c39c5791db8b2b066fa18 (diff)
downloadgit-494489a5bd241337fa94331c038976f2a042265e.tar.gz
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>
Diffstat (limited to 'Documentation/git-ls-remote.txt')
-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 abe7bf9ff9..3422765827 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
-----------