]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tool_listhelp: sync
authorDaniel Stenberg <daniel@haxx.se>
Sun, 5 Dec 2021 22:13:56 +0000 (23:13 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 5 Dec 2021 22:14:11 +0000 (23:14 +0100)
Follow-up to 172068b76f

src/tool_listhelp.c

index 4bb9fd4b51bded71ecaafdc3841fb0e236ade8fc..448fc7cb30f2fd2b07933fa722173e937410dfb5 100644 (file)
@@ -287,8 +287,8 @@ const struct helptxt helptext[] = {
    "Include protocol response headers in the output",
    CURLHELP_IMPORTANT | CURLHELP_VERBOSE},
   {"-k, --insecure",
-   "Allow insecure server connections when using SSL",
-   CURLHELP_TLS},
+   "Allow insecure server connections",
+   CURLHELP_TLS | CURLHELP_SFTP | CURLHELP_SCP},
   {"    --interface <name>",
    "Use network INTERFACE (or address)",
    CURLHELP_CONNECTION},
@@ -571,8 +571,8 @@ const struct helptxt helptext[] = {
   {"-R, --remote-time",
    "Set the remote file's time on the local output",
    CURLHELP_OUTPUT},
-  {"-X, --request <command>",
-   "Specify request command to use",
+  {"-X, --request <method>",
+   "Specify request method to use",
    CURLHELP_CONNECTION},
   {"    --request-target <path>",
    "Specify the target for this request",