summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.