summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Kantrowitz <noah@coderanger.net>2017-03-28 18:26:53 -0700
committerGitHub <noreply@github.com>2017-03-28 18:26:53 -0700
commita9c93811a25b56cd35f864917570b8c589587ff4 (patch)
tree738f2330251e36316a5f3a3db5e2a3826a597dba
parent9b8332025c22e494eb1b2271eb0403e49d490c50 (diff)
downloadbundler-a9c93811a25b56cd35f864917570b8c589587ff4.tar.gz
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..554ef6bd95 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.