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~7^2~14 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0a2bb55848c031f431d8507d0083247ece126b8f;p=git.git 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 c21b841e7..78a88f747 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