diff options
author | randymcmillann <randy.lee.mcmillan@gmail.com> | 2019-10-30 18:36:33 -0400 |
---|---|---|
committer | randymcmillann <randy.lee.mcmillan@gmail.com> | 2019-10-30 18:49:57 -0400 |
commit | 58d0393bec7680933702b76cd3f1d1e33030ed16 (patch) | |
tree | 29a44415582e447c3bba5e07d0ce22011a0514eb /ci/retry/README.md | |
parent | cfec3e01b4d6153efecc1d767511c616029cb974 (diff) |
build: update retry to current version
from: https://github.com/kadwanev/retry/commit/7d2caa94a7e54bd15f54fb7f2395e11b2b829575
Diffstat (limited to 'ci/retry/README.md')
-rw-r--r-- | ci/retry/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/retry/README.md b/ci/retry/README.md index 983a498070..1b03c652db 100644 --- a/ci/retry/README.md +++ b/ci/retry/README.md @@ -32,8 +32,8 @@ Help: -v, --verbose Verbose output -t, --tries=# Set max retries: Default 10 -s, --sleep=secs Constant sleep amount (seconds) - -m, --min=secs Exponenetial Backoff: minimum sleep amount (seconds): Default 0.3 - -x, --max=secs Exponenetial Backoff: maximum sleep amount (seconds): Default 60 + -m, --min=secs Exponential Backoff: minimum sleep amount (seconds): Default 0.3 + -x, --max=secs Exponential Backoff: maximum sleep amount (seconds): Default 60 -f, --fail="script +cmds" Fail Script: run in case of final failure ### Examples |