builtin/submodule--helper: fix usage string for 'update-clone'
Signed-off-by: Bert Wesarg <bert.wesarg@googlemail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Bert Wesarg committed
Sep 28, 2019 at 22:20 UTC
cda0d497e31e23898ebc83ca8f5895780ec16432
1 file changed
+1
-1
builtin/submodule--helper.c
+1
-1
@@ -1874,7 +1874,7 @@ static int update_clone(int argc, const char **argv, const char *prefix)
1874
};
1875
1876
const char *const git_submodule_helper_usage[] = {
1877
- N_("git submodule--helper update_clone [--prefix=<path>] [<path>...]"),
1877
+ N_("git submodule--helper update-clone [--prefix=<path>] [<path>...]"),
1878
NULL
1879
};
1880
suc.prefix = prefix;