summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThe Bundler Bot <bot@bundler.io>2017-03-29 15:36:42 +0000
committerThe Bundler Bot <bot@bundler.io>2017-03-29 15:36:42 +0000
commitca7464464a46dc9e2edbb14331828c03248ecfdf (patch)
tree71a511e4458a87e002b69c5c5f2e476d92c9ad5f
parent3bd2bd0a254de289d9c0ca048f49837aef37699e (diff)
parent68362b6e3f232d88ac3a5f2d5f54ecb4be83d746 (diff)
downloadbundler-ca7464464a46dc9e2edbb14331828c03248ecfdf.tar.gz
Auto merge of #5545 - coderanger:patch-1, r=segiddins
Document that --retry works for update. Also makes the --jobs doc a little closer to the copy from install.
-rw-r--r--man/bundle-update.ronn7
1 files changed, 5 insertions, 2 deletions
diff --git a/man/bundle-update.ronn b/man/bundle-update.ronn
index 7986a17bdc..21ed1cd287 100644
--- a/man/bundle-update.ronn
+++ b/man/bundle-update.ronn
@@ -51,8 +51,11 @@ gem.
* `--full-index`:
Fall back to using the single-file index of all gems.
-* `--jobs`:
- Specify the number of jobs to run in parallel.
+* `--jobs=[<number>]`:
+ Specify the number of jobs to run in parallel. The default is `1`.
+
+* `--retry=[<number>]`:
+ Retry failed network or git requests for <number> times.
* `--quiet`:
Only output warnings and errors.