From 58d0393bec7680933702b76cd3f1d1e33030ed16 Mon Sep 17 00:00:00 2001 From: randymcmillann Date: Wed, 30 Oct 2019 18:36:33 -0400 Subject: build: update retry to current version from: https://github.com/kadwanev/retry/commit/7d2caa94a7e54bd15f54fb7f2395e11b2b829575 --- ci/retry/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ci/retry/README.md') 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 -- cgit v1.2.3