diff options
Diffstat (limited to 'man/bundle-install.ronn')
-rw-r--r-- | man/bundle-install.ronn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/bundle-install.ronn b/man/bundle-install.ronn index 2d4677433d..4f960f4948 100644 --- a/man/bundle-install.ronn +++ b/man/bundle-install.ronn @@ -68,7 +68,8 @@ update process below under [CONSERVATIVE UPDATING][]. to this location. * `--jobs=[<number>]`: - Install gems by starting <number> of workers parallely. + The maximum number of parallel download and install jobs. The default + is `1`. * `--local`: Do not attempt to connect to `rubygems.org`. Instead, Bundler will use the |