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 <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Eric Sunshine 2015-07-06 13:30:39 -04:00 committed by Junio C Hamano
parent 5c31464874
commit 4f09825e58
1 changed files with 3 additions and 3 deletions

View File

@ -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 <time>::
Only expire unused worktrees older than <time>.
With `prune`, only expire unused worktrees older than <time>.

SEE ALSO
--------