]> git.ipfire.org Git - thirdparty/git.git/commitdiff
git-worktree.txt: add missing `-v` to synopsis for `worktree list`
authorEric Sunshine <sunshine@sunshineco.com>
Fri, 3 Dec 2021 03:44:20 +0000 (22:44 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sun, 5 Dec 2021 07:27:25 +0000 (23:27 -0800)
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>
Documentation/git-worktree.txt

index 8a7cbdd19c151e71a5de0fce27c7140f81f95724..9e862fbcf79efaa507973b5968c3ec5f592a8756 100644 (file)
@@ -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>]