summaryrefslogtreecommitdiff
path: root/man/bundle-install.ronn
diff options
context:
space:
mode:
Diffstat (limited to 'man/bundle-install.ronn')
-rw-r--r--man/bundle-install.ronn4
1 files changed, 4 insertions, 0 deletions
diff --git a/man/bundle-install.ronn b/man/bundle-install.ronn
index efc1ba6963..4bbfc8c969 100644
--- a/man/bundle-install.ronn
+++ b/man/bundle-install.ronn
@@ -10,6 +10,7 @@ bundle-install(1) -- Install the dependencies specified in your Gemfile
[--binstubs[=DIRECTORY]]
[--standalone[=GROUP1[ GROUP2...]]]
[--trust-policy=POLICY]
+ [--jobs=SIZE]
[--no-cache]
[--quiet]
@@ -88,6 +89,9 @@ update process below under [CONSERVATIVE UPDATING][].
HighSecurity, MediumSecurity, LowSecurity, or NoSecurity. For more detail,
see the Rubygems signing documentation, linked below in [SEE ALSO][].
+* `--jobs=[<size>]`:
+ Install gems parallely by starting <size> number of parallel workers.
+
* `--no-cache`:
Do not update the cache in `vendor/cache` with the newly bundled gems. This
does not remove any existing cached gems, only stops the newly bundled gems