summaryrefslogtreecommitdiff
path: root/builtin
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2015-10-14 14:30:19 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2015-10-14 14:30:19 -0700
commitc35acb632c70ef0fdc8b741350094907f1938e88 (patch)
tree1c254b6c25856d174faa7eb7a7a543212382f7b0 /builtin
parentMerge branch 'jk/asciidoctor-section-heading-markup-fix' (diff)
parentls-remote.txt: delete unsupported option (diff)
downloadtgif-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.c2
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>...]]";
/*