Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Document that bundle show [--paths] sorts results #6613

Merged
merged 1 commit into from
Jul 1, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions man/bundle-show.ronn
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ bundle-show(1) -- Shows all the gems in your bundle, or the path to a gem
## DESCRIPTION

Without the [GEM] option, `show` will print a list of the names and versions of
all gems that are required by your [`Gemfile(5)`][Gemfile(5)].
all gems that are required by your [`Gemfile(5)`][Gemfile(5)], sorted by name.

Calling show with [GEM] will list the exact location of that gem on your
machine.

## OPTIONS

* `--paths`:
List the paths of all gems that are required by your [`Gemfile(5)`][Gemfile(5)].
List the paths of all gems that are required by your [`Gemfile(5)`][Gemfile(5)],
sorted by gem name.