diff --git a/docs/cmdline-opts/retry-all-errors.d b/docs/cmdline-opts/retry-all-errors.d index e0f6628198..4554f59380 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 92ccae3b91..e24bf0e9a4 100644 --- a/src/tool_help.c +++ b/src/tool_help.c @@ -400,7 +400,7 @@ static const struct helptxt helptext[] = { {" --retry-delay ", "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 ", "Retry only within this period"}, {" --sasl-authzid ",