summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColby Swandale <colby@taplaboratories.com>2018-01-07 21:41:47 +1100
committerColby Swandale <colby@taplaboratories.com>2018-01-07 21:52:36 +1100
commit8876b5864c17ac4ddcea066eeaa881900758cbfe (patch)
tree6ee6cfacb501eaadcded1d2e9f8af102d5fe6d6f
parent4867f10507d4c4fa8de45d757e89462c6df157c2 (diff)
downloadbundler-8876b5864c17ac4ddcea066eeaa881900758cbfe.tar.gz
remove bundle show documentation
-rw-r--r--man/bundle-show.ronn20
1 files changed, 0 insertions, 20 deletions
diff --git a/man/bundle-show.ronn b/man/bundle-show.ronn
deleted file mode 100644
index 714b6067aa..0000000000
--- a/man/bundle-show.ronn
+++ /dev/null
@@ -1,20 +0,0 @@
-bundle-show(1) -- Shows all the gems in your bundle, or the path to a gem
-=========================================================================
-
-## SYNOPSIS
-
-`bundle show` [GEM]
- [--paths]
-
-## 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)`.
-
-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)`.