From 80b17e5831aab10eed0519c39c132820a61181fd Mon Sep 17 00:00:00 2001 From: Thomas Gummerer Date: Tue, 19 Jan 2016 00:20:48 +0100 Subject: [PATCH] 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 Signed-off-by: Junio C Hamano --- Documentation/git-ls-remote.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=] - [-q | --quiet] [--exit-code] [...] + [-q | --quiet] [--exit-code] [--get-url] [ [...]] DESCRIPTION ----------- -- 2.11.4.GIT