From: Eric Sunshine Date: Mon, 6 Jul 2015 17:30:39 +0000 (-0400) Subject: Documentation/git-worktree: associate options with commands X-Git-Tag: v2.5.0-rc2~1^2~22 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/4f09825e58ce1da7af8cc96bff5a6b118790fffa Documentation/git-worktree: associate options with commands git-worktree options affect some worktree commands but not others, but this is not necessarily obvious from the option descriptions. Make this clear by indicating explicitly which commands are affected by which options. Signed-off-by: Eric Sunshine Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-worktree.txt b/Documentation/git-worktree.txt index 41103e5485..1ac1217b0f 100644 --- a/Documentation/git-worktree.txt +++ b/Documentation/git-worktree.txt @@ -28,15 +28,15 @@ OPTIONS -n:: --dry-run:: - Do not remove anything; just report what it would + With `prune`, do not remove anything; just report what it would remove. -v:: --verbose:: - Report all removals. + With `prune`, report all removals. --expire