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>
This commit is contained in:
parent
5fa0f5238b
commit
cda0d497e3
@ -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