Skip to content

Commit 8e6e14f

Browse files
committed
Merge branch 'dp/worktree-repair-in-usage'
Usage string fix. * dp/worktree-repair-in-usage: worktree: include repair cmd in usage
2 parents 259ec8f + 2e2c0be commit 8e6e14f

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)