Skip to content

Commit 5da9560

Browse files
fangyi-zhougitster
authored andcommitted
submodule-helper: fix usage string
The missing space at the end of the line makes the closing square bracket sticking to the dash in the next line Found during localisation v2.36.0 round 1 Signed-off-by: Fangyi Zhou <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent f05da2b commit 5da9560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/submodule--helper.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1895,7 +1895,7 @@ static int module_clone(int argc, const char **argv, const char *prefix)
18951895
const char *const git_submodule_helper_usage[] = {
18961896
N_("git submodule--helper clone [--prefix=<path>] [--quiet] "
18971897
"[--reference <repository>] [--name <name>] [--depth <depth>] "
1898-
"[--single-branch] [--filter <filter-spec>]"
1898+
"[--single-branch] [--filter <filter-spec>] "
18991899
"--url <url> --path <path>"),
19001900
NULL
19011901
};

0 commit comments

Comments
 (0)