Merge branch 'bw/submodule-helper-usage-fix'
Typofix. * bw/submodule-helper-usage-fix: builtin/submodule--helper: fix usage string for 'update-clone'
This commit is contained in:
commit
417056578a
@ -1874,7 +1874,7 @@ static int update_clone(int argc, const char **argv, const char *prefix)
|
|||||||
};
|
};
|
||||||
|
|
||||||
const char *const git_submodule_helper_usage[] = {
|
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
|
NULL
|
||||||
};
|
};
|
||||||
suc.prefix = prefix;
|
suc.prefix = prefix;
|
||||||
|
Loading…
Reference in New Issue
Block a user