зеркало из https://github.com/microsoft/git.git
Merge branch 'dp/worktree-repair-in-usage'
Usage string fix. * dp/worktree-repair-in-usage: worktree: include repair cmd in usage
This commit is contained in:
Коммит
8e6e14fcea
|
@ -22,6 +22,7 @@ static const char * const worktree_usage[] = {
|
|||
N_("git worktree move <worktree> <new-path>"),
|
||||
N_("git worktree prune [<options>]"),
|
||||
N_("git worktree remove [<options>] <worktree>"),
|
||||
N_("git worktree repair [<path>...]"),
|
||||
N_("git worktree unlock <path>"),
|
||||
NULL
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче