summaryrefslogtreecommitdiff
path: root/Documentation/git-worktree.txt
diff options
context:
space:
mode:
authorEric Sunshine <sunshine@sunshineco.com>2021-12-03 03:44:20 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-12-05 07:27:25 (GMT)
commitb50252484f7e106e19e4feeb714ae88336295e5e (patch)
tree300e71a514c8ef850067fd25f7969b25556799c8 /Documentation/git-worktree.txt
parentda8fb6be5594b4a06ef2cc2ff7a5363a6fac2b5a (diff)
downloadgit-b50252484f7e106e19e4feeb714ae88336295e5e.zip
git-b50252484f7e106e19e4feeb714ae88336295e5e.tar.gz
git-b50252484f7e106e19e4feeb714ae88336295e5e.tar.bz2
git-worktree.txt: add missing `-v` to synopsis for `worktree list`
When verbose mode was added to `git worktree list` by 076b444a62 (worktree: teach `list` verbose mode, 2021-01-27), although the documentation was updated to reflect the new functionality, the synopsis was overlooked. Correct this minor oversight. Signed-off-by: Eric Sunshine <sunshine@sunshineco.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-worktree.txt')
-rw-r--r--Documentation/git-worktree.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-worktree.txt b/Documentation/git-worktree.txt
index 8a7cbdd..9e862fb 100644
--- a/Documentation/git-worktree.txt
+++ b/Documentation/git-worktree.txt
@@ -10,7 +10,7 @@ SYNOPSIS
--------
[verse]
'git worktree add' [-f] [--detach] [--checkout] [--lock [--reason <string>]] [-b <new-branch>] <path> [<commit-ish>]
-'git worktree list' [--porcelain]
+'git worktree list' [-v | --porcelain]
'git worktree lock' [--reason <string>] <worktree>
'git worktree move' <worktree> <new-path>
'git worktree prune' [-n] [-v] [--expire <expire>]