diff mbox series

builtin/submodule--helper: fix usage string for 'update-clone'

Message ID 474b686ddb0fbb2287b43778f419772ed5f40192.1569701611.git.bert.wesarg@googlemail.com (mailing list archive)
State New, archived
Headers show
Series builtin/submodule--helper: fix usage string for 'update-clone' | expand

Commit Message

Bert Wesarg Sept. 28, 2019, 8:20 p.m. UTC
Signed-off-by: Bert Wesarg <bert.wesarg@googlemail.com>
---
 builtin/submodule--helper.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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;