summaryrefslogtreecommitdiff
path: root/builtin
diff options
context:
space:
mode:
authorBert Wesarg <bert.wesarg@googlemail.com>2019-09-28 20:20:23 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-09-28 22:33:57 (GMT)
commitcda0d497e31e23898ebc83ca8f5895780ec16432 (patch)
tree1f91c7751ad50dea0ea4db0b6045d0770fca1e0a /builtin
parent5fa0f5238b0cd46cfe7f6fa76c3f526ea98148d9 (diff)
downloadgit-cda0d497e31e23898ebc83ca8f5895780ec16432.zip
git-cda0d497e31e23898ebc83ca8f5895780ec16432.tar.gz
git-cda0d497e31e23898ebc83ca8f5895780ec16432.tar.bz2
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>
Diffstat (limited to 'builtin')
-rw-r--r--builtin/submodule--helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/submodule--helper.c b/builtin/submodule--helper.c
index 909e77e..89d6f02 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;