diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-10-14 14:30:19 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-10-14 14:30:19 -0700 |
commit | c35acb632c70ef0fdc8b741350094907f1938e88 (patch) | |
tree | 1c254b6c25856d174faa7eb7a7a543212382f7b0 /builtin | |
parent | Merge branch 'jk/asciidoctor-section-heading-markup-fix' (diff) | |
parent | ls-remote.txt: delete unsupported option (diff) | |
download | tgif-c35acb632c70ef0fdc8b741350094907f1938e88.tar.xz |
Merge branch 'nd/ls-remote-does-not-have-u-option'
* nd/ls-remote-does-not-have-u-option:
ls-remote.txt: delete unsupported option
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/ls-remote.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/ls-remote.c b/builtin/ls-remote.c index 4554dbc8a9..5e9d5450b7 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 [--heads] [--tags] [-u <exec> | --upload-pack <exec>]\n" +"git ls-remote [--heads] [--tags] [--upload-pack=<exec>]\n" " [-q | --quiet] [--exit-code] [--get-url] [<repository> [<refs>...]]"; /* |