Skip to content

Commit 80b17e5

Browse files
tgummerergitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 40a8852 commit 80b17e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-ls-remote.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SYNOPSIS
1010
--------
1111
[verse]
1212
'git ls-remote' [--heads] [--tags] [--refs] [--upload-pack=<exec>]
13-
[-q | --quiet] [--exit-code] <repository> [<refs>...]
13+
[-q | --quiet] [--exit-code] [--get-url] [<repository> [<refs>...]]
1414

1515
DESCRIPTION
1616
-----------

0 commit comments

Comments
 (0)