From: Bert Wesarg Date: Sat, 28 Sep 2019 20:20:23 +0000 (+0200) Subject: builtin/submodule--helper: fix usage string for 'update-clone' X-Git-Tag: v2.24.0-rc0~54^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cda0d497e31e23898ebc83ca8f5895780ec16432;p=thirdparty%2Fgit.git builtin/submodule--helper: fix usage string for 'update-clone' Signed-off-by: Bert Wesarg Signed-off-by: Junio C Hamano --- 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=] [...]"), + N_("git submodule--helper update-clone [--prefix=] [...]"), NULL }; suc.prefix = prefix;