Skip to content

Commit

Permalink
submodule-helper: fix usage string
Browse files Browse the repository at this point in the history
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 <me@fangyi.io>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
fangyi-zhou authored and gitster committed Apr 7, 2022
1 parent f05da2b commit 5da9560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/submodule--helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -1895,7 +1895,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
};
Expand Down

0 comments on commit 5da9560

Please sign in to comment.