aboutsummaryrefslogtreecommitdiff
path: root/src/tool_help.c
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2016-11-24 22:15:14 -0500
committerJay Satiro <raysatiro@yahoo.com>2016-11-24 22:15:14 -0500
commit4bda3e04b28698cf402d8b1223b6c036c0eb1184 (patch)
treec3d879b7dd16530c3facc86016d2178246cbc2c0 /src/tool_help.c
parent93c04cb14aef5055c9074e79f95cfae82eb73998 (diff)
tool_help: Change description for --retry-connrefused
Ref: https://github.com/curl/curl/pull/1064#issuecomment-260052409
Diffstat (limited to 'src/tool_help.c')
-rw-r--r--src/tool_help.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tool_help.c b/src/tool_help.c
index b55410f68..39a51784a 100644
--- a/src/tool_help.c
+++ b/src/tool_help.c
@@ -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",