diff options
author | Junio C Hamano <gitster@pobox.com> | 2022-04-04 10:56:22 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-04-04 10:56:22 -0700 |
commit | 8e6e14fceab69c9aec939e67107cdbf539725815 (patch) | |
tree | ac74712caf41ddcebd98f86eb79b78473ed69e7d | |
parent | Merge branch 'ab/reftable-aix-xlc-12' (diff) | |
parent | worktree: include repair cmd in usage (diff) | |
download | tgif-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.c | 1 |
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 }; |