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 | 259ec8f5b95c1a2a5cb295a05c80be441f15ad6c (diff) | |
| parent | 2e2c0be51ed33598a03db51952993514708240d4 (diff) | |
| download | git-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 }; |
