diff options
-rw-r--r-- | docs/cmdline-opts/retry-all-errors.d | 2 | ||||
-rw-r--r-- | src/tool_help.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/cmdline-opts/retry-all-errors.d b/docs/cmdline-opts/retry-all-errors.d index e0f662819..4554f5938 100644 --- a/docs/cmdline-opts/retry-all-errors.d +++ b/docs/cmdline-opts/retry-all-errors.d @@ -1,5 +1,5 @@ Long: retry-all-errors -Help: Retry all errors (use with --retry) (read manpage, don't use by default) +Help: Retry all errors (use with --retry) Added: 7.71.0 --- Retry on any error. This option is used together with --retry. diff --git a/src/tool_help.c b/src/tool_help.c index 92ccae3b9..e24bf0e9a 100644 --- a/src/tool_help.c +++ b/src/tool_help.c @@ -400,7 +400,7 @@ static const struct helptxt helptext[] = { {" --retry-delay <seconds>", "Wait time between retries"}, {" --retry-all-errors", - "Retry all errors (use with --retry) (read manpage, don't use by default)"}, + "Retry all errors (use with --retry)"}, {" --retry-max-time <seconds>", "Retry only within this period"}, {" --sasl-authzid <identity> ", |