diff options
author | Tim Lucas <t@toolmantim.com> | 2015-10-28 14:57:09 +1100 |
---|---|---|
committer | Tim Lucas <t@toolmantim.com> | 2015-11-05 15:40:58 +1100 |
commit | 8c5ab51fbeb985f9f2f2303fb06670e243a9dafa (patch) | |
tree | 318194f4759ca4bddf457c0fd73ca69dc892115e /man | |
parent | 9e6f9d88b91d9d0644ee610d7cea09aebc43751f (diff) | |
download | bundler-8c5ab51fbeb985f9f2f2303fb06670e243a9dafa.tar.gz |
Clarify the documentation for --jobs
Diffstat (limited to 'man')
-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 |