mirror of
https://github.com/curl/curl.git
synced 2026-08-24 19:53:46 +03:00
cmdline-opts: shorten six help texts
o --location-trusted o --next o --parallel-immmediate o --pinnedpubkey o --proxy-pass o --proxy-ssl-allow-beast Closes #14075
This commit is contained in:
parent
9784f9acf3
commit
75763a3e88
7 changed files with 12 additions and 12 deletions
|
|
@ -355,7 +355,7 @@ const struct helptxt helptext[] = {
|
|||
"Follow redirects",
|
||||
CURLHELP_HTTP},
|
||||
{" --location-trusted",
|
||||
"Like --location, but send auth to other hosts",
|
||||
"As --location, but send auth to other hosts",
|
||||
CURLHELP_HTTP | CURLHELP_AUTH},
|
||||
{" --login-options <options>",
|
||||
"Server login options",
|
||||
|
|
@ -403,7 +403,7 @@ const struct helptxt helptext[] = {
|
|||
"Use either .netrc or URL",
|
||||
CURLHELP_CURL},
|
||||
{"-:, --next",
|
||||
"Make next URL use its separate set of options",
|
||||
"Make next URL use separate options",
|
||||
CURLHELP_CURL},
|
||||
{" --no-alpn",
|
||||
"Disable the ALPN TLS extension",
|
||||
|
|
@ -448,7 +448,7 @@ const struct helptxt helptext[] = {
|
|||
"Perform transfers in parallel",
|
||||
CURLHELP_CONNECTION | CURLHELP_CURL},
|
||||
{" --parallel-immediate",
|
||||
"Do not wait for multiplexing (with --parallel)",
|
||||
"Do not wait for multiplexing",
|
||||
CURLHELP_CONNECTION | CURLHELP_CURL},
|
||||
{" --parallel-max <num>",
|
||||
"Maximum concurrency for parallel transfers",
|
||||
|
|
@ -460,7 +460,7 @@ const struct helptxt helptext[] = {
|
|||
"Do not squash .. sequences in URL path",
|
||||
CURLHELP_CURL},
|
||||
{" --pinnedpubkey <hashes>",
|
||||
"FILE/HASHES Public key to verify peer against",
|
||||
"Public key to verify peer against",
|
||||
CURLHELP_TLS},
|
||||
{" --post301",
|
||||
"Do not switch to GET after a 301 redirect",
|
||||
|
|
@ -541,7 +541,7 @@ const struct helptxt helptext[] = {
|
|||
"NTLM authentication with the proxy",
|
||||
CURLHELP_PROXY | CURLHELP_AUTH},
|
||||
{" --proxy-pass <phrase>",
|
||||
"Passphrase for the private key for HTTPS proxy",
|
||||
"Passphrase for private key for HTTPS proxy",
|
||||
CURLHELP_PROXY | CURLHELP_TLS | CURLHELP_AUTH},
|
||||
{" --proxy-pinnedpubkey <hashes>",
|
||||
"FILE/HASHES public key to verify proxy with",
|
||||
|
|
@ -550,7 +550,7 @@ const struct helptxt helptext[] = {
|
|||
"SPNEGO proxy service name",
|
||||
CURLHELP_PROXY | CURLHELP_TLS},
|
||||
{" --proxy-ssl-allow-beast",
|
||||
"Allow security flaw for interop for HTTPS proxy",
|
||||
"Allow this security flaw for HTTPS proxy",
|
||||
CURLHELP_PROXY | CURLHELP_TLS},
|
||||
{" --proxy-ssl-auto-client-cert",
|
||||
"Auto client certificate for proxy",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue