Skip to content

Commit

Permalink
ls-remote: fix synopsis
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Thomas Gummerer authored and Junio C Hamano committed Jan 19, 2016
1 parent 40a8852 commit 80b17e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/git-ls-remote.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------
Expand Down

0 comments on commit 80b17e5

Please sign in to comment.