Merge branch 'js/apply-partial-clone-filters-recursively'

Typofix

* js/apply-partial-clone-filters-recursively:
  submodule-helper: fix usage string
This commit is contained in:
Junio C Hamano 2022-04-07 12:23:31 -07:00
commit b2a7c2cfcd

View file

@ -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
};