Skip to content

Commit b2a7c2c

Browse files
committed
Merge branch 'js/apply-partial-clone-filters-recursively'
Typofix * js/apply-partial-clone-filters-recursively: submodule-helper: fix usage string
2 parents 77da6db + 5da9560 commit b2a7c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/submodule--helper.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1902,7 +1902,7 @@ static int module_clone(int argc, const char **argv, const char *prefix)
19021902
const char *const git_submodule_helper_usage[] = {
19031903
N_("git submodule--helper clone [--prefix=<path>] [--quiet] "
19041904
"[--reference <repository>] [--name <name>] [--depth <depth>] "
1905-
"[--single-branch] [--filter <filter-spec>]"
1905+
"[--single-branch] [--filter <filter-spec>] "
19061906
"--url <url> --path <path>"),
19071907
NULL
19081908
};

0 commit comments

Comments
 (0)