From cda0d497e31e23898ebc83ca8f5895780ec16432 Mon Sep 17 00:00:00 2001 From: Bert Wesarg Date: Sat, 28 Sep 2019 22:20:23 +0200 Subject: [PATCH] builtin/submodule--helper: fix usage string for 'update-clone' Signed-off-by: Bert Wesarg Signed-off-by: Junio C Hamano --- builtin/submodule--helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;