diff options
author | Thomas Gummerer <t.gummerer@gmail.com> | 2016-01-19 00:20:48 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-01-19 10:07:55 -0800 |
commit | 80b17e5831aab10eed0519c39c132820a61181fd (patch) | |
tree | a5fd0b3afe3d77e86cc2731e7422fb43cc229b9f /Documentation/git-ls-remote.txt | |
parent | 40a88529080295dd9a4218e1a72d1e8143ee4f7b (diff) | |
download | git-80b17e5831aab10eed0519c39c132820a61181fd.tar.gz |
ls-remote: fix synopsis
git ls-remote takes an optional get-url argument, and specifying the
repository is optional. Fix the synopsis in the documentation to
reflect this.
Signed-off-by: Thomas Gummerer <t.gummerer@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.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-ls-remote.txt b/Documentation/git-ls-remote.txt index 7467162adc..453e93ced2 100644 --- a/Documentation/git-ls-remote.txt +++ b/Documentation/git-ls-remote.txt @@ -10,7 +10,7 @@ SYNOPSIS -------- [verse] 'git ls-remote' [--heads] [--tags] [--refs] [--upload-pack=<exec>] - [-q | --quiet] [--exit-code] <repository> [<refs>...] + [-q | --quiet] [--exit-code] [--get-url] [<repository> [<refs>...]] DESCRIPTION ----------- |