summaryrefslogtreecommitdiff
path: root/man/bundle-show.ronn
diff options
context:
space:
mode:
authorKyle E. Mitchell <kyle@kemitchell.com>2018-06-30 11:15:48 -0700
committerKyle E. Mitchell <kyle@kemitchell.com>2018-06-30 11:15:48 -0700
commit601ae642a45dd9a633832a059204e23fef080cdc (patch)
treee38eea1914e8a880f52cbbb46b231852d4bd538e /man/bundle-show.ronn
parent56c5c119b537ce8fc2227984a9e7a2d7b00b32c1 (diff)
downloadbundler-601ae642a45dd9a633832a059204e23fef080cdc.tar.gz
Document that `bundle show [--paths]` sorts results
Diffstat (limited to 'man/bundle-show.ronn')
-rw-r--r--man/bundle-show.ronn5
1 files changed, 3 insertions, 2 deletions
diff --git a/man/bundle-show.ronn b/man/bundle-show.ronn
index a333a44e5d..a6a59a1445 100644
--- a/man/bundle-show.ronn
+++ b/man/bundle-show.ronn
@@ -9,7 +9,7 @@ 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.
@@ -17,4 +17,5 @@ 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.