aboutsummaryrefslogtreecommitdiff
path: root/builtin/ls-remote.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-10-16 14:32:52 -0700
committerJunio C Hamano <gitster@pobox.com>2015-10-16 14:32:52 -0700
commit22f4b15e884ad7e47ce03ad809d6f5acd055c2af (patch)
tree5ad7c8cc67b6edbea872fdc200af16d276b277c6 /builtin/ls-remote.c
parent1c7dc12c43e138092d01305e400494ff331aebb4 (diff)
parent29bc480aa1a33ace2866743fed2bf8aba5de4d91 (diff)
downloadgit-22f4b15e884ad7e47ce03ad809d6f5acd055c2af.tar.gz
git-22f4b15e884ad7e47ce03ad809d6f5acd055c2af.tar.xz
Merge branch 'nd/ls-remote-does-not-have-u-option' into maint
* nd/ls-remote-does-not-have-u-option: ls-remote.txt: delete unsupported option
Diffstat (limited to 'builtin/ls-remote.c')
-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 4554dbc8a..5e9d5450b 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>...]]";
/*