summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2022-04-07 12:23:31 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2022-04-07 12:23:31 -0700
commitb2a7c2cfcd81ecc38059f7022e0090f2be8b6e83 (patch)
treef4f48faa2f46bd747530e784926eba0c286b3927
parentMerge branch 'tl/ls-tree-oid-only' (diff)
parentsubmodule-helper: fix usage string (diff)
downloadtgif-b2a7c2cfcd81ecc38059f7022e0090f2be8b6e83.tar.xz
Merge branch 'js/apply-partial-clone-filters-recursively'
Typofix * js/apply-partial-clone-filters-recursively: submodule-helper: fix usage string
-rw-r--r--builtin/submodule--helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/submodule--helper.c b/builtin/submodule--helper.c
index c3e0d4570f..0b8b226c8f 100644
--- a/builtin/submodule--helper.c
+++ b/builtin/submodule--helper.c
@@ -1902,7 +1902,7 @@ static int module_clone(int argc, const char **argv, const char *prefix)
const char *const git_submodule_helper_usage[] = {
N_("git submodule--helper clone [--prefix=<path>] [--quiet] "
"[--reference <repository>] [--name <name>] [--depth <depth>] "
- "[--single-branch] [--filter <filter-spec>]"
+ "[--single-branch] [--filter <filter-spec>] "
"--url <url> --path <path>"),
NULL
};