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 21:40:54 -0300
commit2d2059a87e1e1bd9a1fc986c7656508af51b6207 (patch)
tree79a2ea79bb2118b52578f0b16a2e0cb7b6bb3227
parent18ae708c3c3736a17879ce365368e6db7a5576ab (diff)
downloadbundler-2d2059a87e1e1bd9a1fc986c7656508af51b6207.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.