зеркало из https://github.com/microsoft/git.git
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:
Родитель
5fa0f5238b
Коммит
cda0d497e3
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче