Skip to content

Commit

Permalink
Documentation/git-worktree: associate options with commands
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Eric Sunshine authored and Junio C Hamano committed Jul 6, 2015
1 parent 5c31464 commit 4f09825
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Documentation/git-worktree.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------
Expand Down

0 comments on commit 4f09825

Please sign in to comment.