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