summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2022-04-04 10:56:22 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2022-04-04 10:56:22 -0700
commit8e6e14fceab69c9aec939e67107cdbf539725815 (patch)
treeac74712caf41ddcebd98f86eb79b78473ed69e7d
parentMerge branch 'ab/reftable-aix-xlc-12' (diff)
parentworktree: include repair cmd in usage (diff)
downloadtgif-8e6e14fceab69c9aec939e67107cdbf539725815.tar.xz
Merge branch 'dp/worktree-repair-in-usage'
Usage string fix. * dp/worktree-repair-in-usage: worktree: include repair cmd in usage
-rw-r--r--builtin/worktree.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin/worktree.c b/builtin/worktree.c
index 4eaba2a8fd..9a9ee24abb 100644
--- a/builtin/worktree.c
+++ b/builtin/worktree.c
@@ -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
};