mirror of
https://github.com/curl/curl.git
synced 2026-08-25 01:03:31 +03:00
tool_help: Change description for --retry-connrefused
Ref: https://github.com/curl/curl/pull/1064#issuecomment-260052409
This commit is contained in:
parent
93c04cb14a
commit
4bda3e04b2
1 changed files with 1 additions and 2 deletions
|
|
@ -225,8 +225,7 @@ static const char *const helptext[] = {
|
|||
" --resolve HOST:PORT:ADDRESS Force resolve of HOST:PORT to ADDRESS",
|
||||
" --retry NUM "
|
||||
"Retry request NUM times if transient problems occur",
|
||||
" --retry-connrefused "
|
||||
"Consider \"connection refused\" a transient error",
|
||||
" --retry-connrefused Retry on connection refused (use with --retry)",
|
||||
" --retry-delay SECONDS Wait SECONDS between retries",
|
||||
" --retry-max-time SECONDS Retry only within this period",
|
||||
" --sasl-ir Enable initial response in SASL authentication",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue