From: Jay Satiro Date: Fri, 25 Nov 2016 03:15:14 +0000 (-0500) Subject: tool_help: Change description for --retry-connrefused X-Git-Tag: curl-7_52_0~79 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4bda3e04b28698cf402d8b1223b6c036c0eb1184;p=thirdparty%2Fcurl.git tool_help: Change description for --retry-connrefused Ref: https://github.com/curl/curl/pull/1064#issuecomment-260052409 --- diff --git a/src/tool_help.c b/src/tool_help.c index b55410f68a..39a51784ae 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",