summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-12-05 23:13:56 +0100
committerDaniel Stenberg <daniel@haxx.se>2021-12-05 23:14:11 +0100
commita82fe5d2d06fed20873ecdc2b9eaff85b8a917c6 (patch)
tree3ce53a0cc5b78cefde8947d7fe3f3b34581e0b66
parent172068b76f7edce2751349f8d9c75cb17061093d (diff)
downloadcurl-a82fe5d2d06fed20873ecdc2b9eaff85b8a917c6.tar.gz
tool_listhelp: sync
Follow-up to 172068b76f
-rw-r--r--src/tool_listhelp.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/tool_listhelp.c b/src/tool_listhelp.c
index 4bb9fd4b5..448fc7cb3 100644
--- a/src/tool_listhelp.c
+++ b/src/tool_listhelp.c
@@ -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",