summaryrefslogtreecommitdiff
path: root/builtin
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-10-07 02:33:03 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-10-07 02:33:03 (GMT)
commit417056578a76f87f8175c7b315e35ca2fb92a0aa (patch)
tree408451e022b1791b306cd95d4449165ba7e08a72 /builtin
parent9728ab488ad2fc5e17daba69cbc80ff514f70da8 (diff)
parentcda0d497e31e23898ebc83ca8f5895780ec16432 (diff)
downloadgit-417056578a76f87f8175c7b315e35ca2fb92a0aa.zip
git-417056578a76f87f8175c7b315e35ca2fb92a0aa.tar.gz
git-417056578a76f87f8175c7b315e35ca2fb92a0aa.tar.bz2
Merge branch 'bw/submodule-helper-usage-fix'
Typofix. * bw/submodule-helper-usage-fix: builtin/submodule--helper: fix usage string for 'update-clone'
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;