diff options
author | Junio C Hamano <gitster@pobox.com> | 2022-04-07 12:23:31 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-04-07 12:23:31 -0700 |
commit | b2a7c2cfcd81ecc38059f7022e0090f2be8b6e83 (patch) | |
tree | f4f48faa2f46bd747530e784926eba0c286b3927 | |
parent | Merge branch 'tl/ls-tree-oid-only' (diff) | |
parent | submodule-helper: fix usage string (diff) | |
download | tgif-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.c | 2 |
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 }; |