summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBundlerbot <bot@bundler.io>2018-12-26 23:05:04 +0000
committerColby Swandale <me@colby.fyi>2018-12-27 13:21:53 +1100
commit676e3c64a1d453378d62352bbb8e428ce941e46f (patch)
tree9744e365fe6d8983543f566d269495cb9f5d603d
parent9909420161430e37c32088635bee86cab8893986 (diff)
downloadbundler-676e3c64a1d453378d62352bbb8e428ce941e46f.tar.gz
Merge #6853
6853: add bundle-remove entry to bundler man page r=colby-swandale a=colby-swandale ### What was the end-user problem that led to this PR? The manual entry for `bundle remove` was missing in `bundle.ronn` ### What was your diagnosis of the problem? See #6846 Fixes #6846 Co-authored-by: Colby Swandale <me@colby.fyi> (cherry picked from commit 02cde1cd331615d09d96e0078982a820d5e6771e)
-rw-r--r--man/bundle.ronn3
1 files changed, 3 insertions, 0 deletions
diff --git a/man/bundle.ronn b/man/bundle.ronn
index c03201a30c..0005692abd 100644
--- a/man/bundle.ronn
+++ b/man/bundle.ronn
@@ -94,6 +94,9 @@ We divide `bundle` subcommands into primary commands and utilities:
* [`bundle doctor(1)`](bundle-doctor.1.html):
Display warnings about common problems
+* [`bundle remove(1)`](bundle-remove.1.html):
+ Removes gems from the Gemfile
+
## PLUGINS
When running a command that isn't listed in PRIMARY COMMANDS or UTILITIES,