mirror of
https://github.com/curl/curl.git
synced 2026-07-27 03:57:16 +03:00
curl.1: provide examples for each option
The file format for each option now features a "Example:" header that can provide one or more examples that get rendered appropriately in the output. All options MUST have at least one example or gen.pl complains at build-time. This fix also does a few other minor format and consistency cleanups. Closes #7654
This commit is contained in:
parent
c905459e87
commit
68784d73c3
245 changed files with 348 additions and 53 deletions
|
|
@ -169,7 +169,7 @@ static const struct helptxt helptext[] = {
|
|||
{"-K, --config <file>",
|
||||
"Read config from a file",
|
||||
CURLHELP_CURL},
|
||||
{" --connect-timeout <seconds>",
|
||||
{" --connect-timeout <fractional seconds>",
|
||||
"Maximum time allowed for connection",
|
||||
CURLHELP_CONNECTION},
|
||||
{" --connect-to <HOST1:PORT1:HOST2:PORT2>",
|
||||
|
|
@ -194,7 +194,7 @@ static const struct helptxt helptext[] = {
|
|||
"Convert LF to CRLF in upload",
|
||||
CURLHELP_FTP | CURLHELP_SMTP},
|
||||
{" --crlfile <file>",
|
||||
"Get a CRL list in PEM format from the given file",
|
||||
"Use this CRL list",
|
||||
CURLHELP_TLS},
|
||||
{" --curves <algorithm list>",
|
||||
"(EC) TLS key exchange algorithm(s) to request",
|
||||
|
|
@ -442,7 +442,7 @@ static const struct helptxt helptext[] = {
|
|||
{" --max-redirs <num>",
|
||||
"Maximum number of redirects allowed",
|
||||
CURLHELP_HTTP},
|
||||
{"-m, --max-time <seconds>",
|
||||
{"-m, --max-time <fractional seconds>",
|
||||
"Maximum time allowed for the transfer",
|
||||
CURLHELP_CONNECTION},
|
||||
{" --metalink",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue