mirror of
https://github.com/curl/curl.git
synced 2026-07-24 19:17:20 +03:00
docs: document missing arguments to commands
This is a followup to commit f410b9e538 fixing a few
more commands which takes arguments.
Closes #7382
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
This commit is contained in:
parent
0d9de0a09f
commit
60dc3d1a5b
4 changed files with 6 additions and 3 deletions
|
|
@ -505,7 +505,7 @@ static const struct helptxt helptext[] = {
|
|||
{" --parallel-immediate",
|
||||
"Do not wait for multiplexing (with --parallel)",
|
||||
CURLHELP_CONNECTION | CURLHELP_CURL},
|
||||
{" --parallel-max",
|
||||
{" --parallel-max <num>",
|
||||
"Maximum concurrency for parallel transfers",
|
||||
CURLHELP_CONNECTION | CURLHELP_CURL},
|
||||
{" --pass <phrase>",
|
||||
|
|
@ -631,7 +631,7 @@ static const struct helptxt helptext[] = {
|
|||
{" --pubkey <key>",
|
||||
"SSH Public key file name",
|
||||
CURLHELP_SFTP | CURLHELP_SCP | CURLHELP_AUTH},
|
||||
{"-Q, --quote",
|
||||
{"-Q, --quote <command>",
|
||||
"Send command(s) to server before transfer",
|
||||
CURLHELP_FTP | CURLHELP_SFTP},
|
||||
{" --random-file <file>",
|
||||
|
|
@ -661,7 +661,7 @@ static const struct helptxt helptext[] = {
|
|||
{"-X, --request <command>",
|
||||
"Specify request command to use",
|
||||
CURLHELP_CONNECTION},
|
||||
{" --request-target",
|
||||
{" --request-target <path>",
|
||||
"Specify the target for this request",
|
||||
CURLHELP_HTTP},
|
||||
{" --resolve <[+]host:port:addr[,addr]...>",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue