From: Stefan Naewe Date: Tue, 11 Nov 2008 15:52:31 +0000 (+0100) Subject: git ls-remote: make usage string match manpage X-Git-Tag: v1.6.1-rc1~72^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/0a2bb55 git ls-remote: make usage string match manpage The usage string of 'git ls-remote' is pretty terse. The manpage however gives the correct 'synopsis'. Signed-off-by: Stefan Naewe Signed-off-by: Junio C Hamano --- diff --git a/builtin-ls-remote.c b/builtin-ls-remote.c index c21b841e7c..78a88f7476 100644 --- a/builtin-ls-remote.c +++ b/builtin-ls-remote.c @@ -4,7 +4,7 @@ #include "remote.h" static const char ls_remote_usage[] = -"git ls-remote [--upload-pack=] [:]"; +"git ls-remote [--heads] [--tags] [-u | --upload-pack ] ..."; /* * Is there one among the list of patterns that match the tail part