Skip to content

Commit 2e2c0be

Browse files
desprestongitster
authored andcommitted
worktree: include repair cmd in usage
The worktree repair command was not added to the usage menu for the worktree command. This commit adds the usage of 'worktree repair' according to the existing docs. Signed-off-by: Des Preston <[email protected]> Acked-by: Eric Sunshine <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 4c53a8c commit 2e2c0be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

builtin/worktree.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ static const char * const worktree_usage[] = {
2222
N_("git worktree move <worktree> <new-path>"),
2323
N_("git worktree prune [<options>]"),
2424
N_("git worktree remove [<options>] <worktree>"),
25+
N_("git worktree repair [<path>...]"),
2526
N_("git worktree unlock <path>"),
2627
NULL
2728
};

0 commit comments

Comments
 (0)