diff --git a/builtin/worktree.c b/builtin/worktree.c index 2838254f7f..498975c1fd 100644 --- a/builtin/worktree.c +++ b/builtin/worktree.c @@ -22,6 +22,7 @@ static const char * const worktree_usage[] = { N_("git worktree move "), N_("git worktree prune []"), N_("git worktree remove [] "), + N_("git worktree repair [...]"), N_("git worktree unlock "), NULL };