summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorAgrim Mittal <agrimmittal97@gmail.com>2018-06-17 15:17:21 +0530
committerAgrim Mittal <agrimmittal97@gmail.com>2018-06-28 15:35:17 +0530
commite0c0c4b696c64b42729173922703ab7e75163a8a (patch)
tree37ea5248aec2f7d028f7a43e968492442c490379 /man
parentb8d0e5c1b0b55cf7cb34095fbc7ec0cd81d30126 (diff)
downloadbundler-e0c0c4b696c64b42729173922703ab7e75163a8a.tar.gz
Remove necessary comments and update documentation
Diffstat (limited to 'man')
-rw-r--r--man/bundle-remove.ronn6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/bundle-remove.ronn b/man/bundle-remove.ronn
index da86316f22..f1ad41938e 100644
--- a/man/bundle-remove.ronn
+++ b/man/bundle-remove.ronn
@@ -7,14 +7,14 @@ bundle-remove(1) -- Removes gem specified in Gemfile
## DESCRIPTION
-Removes a set of specified gems from the Gemfile or if needed from the bundle itself.
+Removes a set of specified gems from the Gemfile or if needed runs `bundle install` and removes them from bundle as well.
If any gem specified to be removed does not exist the in Gemfile, Bundler prints error message.
-If gem could not be removed due to any reason Bundler warns the user.
+If the gem could not be removed due to any reason, Bundler warns the user.
## OPTIONS
* `--install`:
- Runs 'bundle install' after removing the gems from the gemfile.
+ Runs 'bundle install' after removing the gems from the gemfile. This option sync the lockfile.
Example: