2
0
mirror of https://github.com/curl/curl.git synced 2025-02-23 15:10:03 +08:00

tool_listhelp: sync

Follow-up to 172068b76f
This commit is contained in:
Daniel Stenberg 2021-12-05 23:13:56 +01:00
parent 172068b76f
commit a82fe5d2d0
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View 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",