From: Eric Sunshine Date: Fri, 3 Dec 2021 03:44:20 +0000 (-0500) Subject: git-worktree.txt: add missing `-v` to synopsis for `worktree list` X-Git-Tag: v2.35.0-rc0~79^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b50252484f7e106e19e4feeb714ae88336295e5e;p=thirdparty%2Fgit.git 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 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-worktree.txt b/Documentation/git-worktree.txt index 8a7cbdd19c..9e862fbcf7 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 ]] [-b ] [] -'git worktree list' [--porcelain] +'git worktree list' [-v | --porcelain] 'git worktree lock' [--reason ] 'git worktree move' 'git worktree prune' [-n] [-v] [--expire ]