diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-10-07 11:33:03 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-10-07 11:33:03 +0900 |
commit | 417056578a76f87f8175c7b315e35ca2fb92a0aa (patch) | |
tree | 408451e022b1791b306cd95d4449165ba7e08a72 | |
parent | Merge branch 'dl/honor-cflags-in-hdr-check' (diff) | |
parent | builtin/submodule--helper: fix usage string for 'update-clone' (diff) | |
download | tgif-417056578a76f87f8175c7b315e35ca2fb92a0aa.tar.xz |
Merge branch 'bw/submodule-helper-usage-fix'
Typofix.
* bw/submodule-helper-usage-fix:
builtin/submodule--helper: fix usage string for 'update-clone'
-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 909e77e802..89d6f02969 100644 --- a/builtin/submodule--helper.c +++ b/builtin/submodule--helper.c @@ -1874,7 +1874,7 @@ static int update_clone(int argc, const char **argv, const char *prefix) }; const char *const git_submodule_helper_usage[] = { - N_("git submodule--helper update_clone [--prefix=<path>] [<path>...]"), + N_("git submodule--helper update-clone [--prefix=<path>] [<path>...]"), NULL }; suc.prefix = prefix; |