summaryrefslogtreecommitdiff
path: root/man/bundle-install.ronn
diff options
context:
space:
mode:
authorHemant Kumar <gethemant@gmail.com>2013-07-16 08:34:06 +0530
committerHemant Kumar <gethemant@gmail.com>2013-07-29 23:22:56 +0530
commita57437756f1d93fb4eba74f8e58e28a0bfe60221 (patch)
tree7d2d8734cdd2372754602e991037aeb7e9fd9318 /man/bundle-install.ronn
parent8fcc7269f428c75f9e141aa39099648bcc928bbc (diff)
downloadbundler-a57437756f1d93fb4eba74f8e58e28a0bfe60221.tar.gz
Add parallel worker documentation
Also added --jobs option to man file
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