]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tool_help: Change description for --retry-connrefused
authorJay Satiro <raysatiro@yahoo.com>
Fri, 25 Nov 2016 03:15:14 +0000 (22:15 -0500)
committerJay Satiro <raysatiro@yahoo.com>
Fri, 25 Nov 2016 03:15:14 +0000 (22:15 -0500)
Ref: https://github.com/curl/curl/pull/1064#issuecomment-260052409

src/tool_help.c

index b55410f68aa895bee1ab86bde6498062acc2d6fd..39a51784ae67c73d7aa857123791261e9acf9658 100644 (file)
@@ -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",