mirror of
https://github.com/moparisthebest/curl
synced 2025-01-11 05:58:01 -05:00
help: update to current codebase
This commit bumps the help to the current state of the project. Closes #6437
This commit is contained in:
parent
324cf1d2ee
commit
3d78301106
@ -5,7 +5,7 @@
|
|||||||
* | (__| |_| | _ <| |___
|
* | (__| |_| | _ <| |___
|
||||||
* \___|\___/|_| \_\_____|
|
* \___|\___/|_| \_\_____|
|
||||||
*
|
*
|
||||||
* Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
|
* Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||||
*
|
*
|
||||||
* This software is licensed as described in the file COPYING, which
|
* This software is licensed as described in the file COPYING, which
|
||||||
* you should have received as part of this distribution. The terms
|
* you should have received as part of this distribution. The terms
|
||||||
@ -133,6 +133,9 @@ static const struct helptxt helptext[] = {
|
|||||||
{"-a, --append",
|
{"-a, --append",
|
||||||
"Append to target file when uploading",
|
"Append to target file when uploading",
|
||||||
CURLHELP_FTP | CURLHELP_SFTP},
|
CURLHELP_FTP | CURLHELP_SFTP},
|
||||||
|
{" --aws-sigv4 <provider1[:provider2]>",
|
||||||
|
"Use AWS V4 signature authentication",
|
||||||
|
CURLHELP_AUTH | CURLHELP_HTTP},
|
||||||
{" --basic",
|
{" --basic",
|
||||||
"Use HTTP Basic Authentication",
|
"Use HTTP Basic Authentication",
|
||||||
CURLHELP_AUTH},
|
CURLHELP_AUTH},
|
||||||
@ -183,7 +186,7 @@ static const struct helptxt helptext[] = {
|
|||||||
CURLHELP_CURL},
|
CURLHELP_CURL},
|
||||||
{" --create-file-mode",
|
{" --create-file-mode",
|
||||||
"File mode for created files",
|
"File mode for created files",
|
||||||
CURLHELP_SFTP | CURLHELP_SCP | CURLHELP_FILE},
|
CURLHELP_SFTP | CURLHELP_SCP | CURLHELP_FILE | CURLHELP_UPLOAD},
|
||||||
{" --crlf",
|
{" --crlf",
|
||||||
"Convert LF to CRLF in upload",
|
"Convert LF to CRLF in upload",
|
||||||
CURLHELP_FTP | CURLHELP_SMTP},
|
CURLHELP_FTP | CURLHELP_SMTP},
|
||||||
@ -646,7 +649,7 @@ static const struct helptxt helptext[] = {
|
|||||||
{" --request-target",
|
{" --request-target",
|
||||||
"Specify the target for this request",
|
"Specify the target for this request",
|
||||||
CURLHELP_HTTP},
|
CURLHELP_HTTP},
|
||||||
{" --resolve <host:port:addr[,addr]...>",
|
{" --resolve <[+]host:port:addr[,addr]...>",
|
||||||
"Resolve the host+port to this address",
|
"Resolve the host+port to this address",
|
||||||
CURLHELP_CONNECTION},
|
CURLHELP_CONNECTION},
|
||||||
{" --retry <num>",
|
{" --retry <num>",
|
||||||
@ -817,8 +820,6 @@ static const struct helptxt helptext[] = {
|
|||||||
{"-A, --user-agent <name>",
|
{"-A, --user-agent <name>",
|
||||||
"Send User-Agent <name> to server",
|
"Send User-Agent <name> to server",
|
||||||
CURLHELP_IMPORTANT | CURLHELP_HTTP},
|
CURLHELP_IMPORTANT | CURLHELP_HTTP},
|
||||||
{" --aws-sigv4 <provider1[:provider2]>",
|
|
||||||
"Use HTTP AWS V4 Signature", CURLHELP_HTTP},
|
|
||||||
{"-v, --verbose",
|
{"-v, --verbose",
|
||||||
"Make the operation more talkative",
|
"Make the operation more talkative",
|
||||||
CURLHELP_IMPORTANT | CURLHELP_VERBOSE},
|
CURLHELP_IMPORTANT | CURLHELP_VERBOSE},
|
||||||
|
Loading…
Reference in New Issue
Block a user