summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2018-09-18 20:17:37 -0300
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2018-09-18 20:40:07 -0300
commitb6e9e25a2273eb276e5944abcb5282582b25d796 (patch)
tree8f1321c42130cc5af40367009d7ef43edb9ae6b2
parent23751b12aaa58fd69cd3cab40b31063d4c837011 (diff)
downloadbundler-b6e9e25a2273eb276e5944abcb5282582b25d796.tar.gz
Document the supported option
-rw-r--r--man/bundle-install.ronn4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/bundle-install.ronn b/man/bundle-install.ronn
index 0bfd29234a..2ba82f27a5 100644
--- a/man/bundle-install.ronn
+++ b/man/bundle-install.ronn
@@ -6,7 +6,6 @@ bundle-install(1) -- Install the dependencies specified in your Gemfile
`bundle install` [--binstubs[=DIRECTORY]]
[--clean]
[--deployment]
- [--force]
[--frozen]
[--full-index]
[--gemfile=GEMFILE]
@@ -16,6 +15,7 @@ bundle-install(1) -- Install the dependencies specified in your Gemfile
[--no-prune]
[--path PATH]
[--quiet]
+ [--redownload]
[--retry=NUMBER]
[--shebang]
[--standalone[=GROUP[ GROUP...]]]
@@ -69,7 +69,7 @@ time `bundle install` is run, use `bundle config` (see bundle-config(1)).
production or CI use. Please check carefully if you want to have this option
enabled in your development environment.
-* `--force`:
+* `--redownload`:
Force download every gem, even if the required versions are already available
locally.