summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorБорис Верховский <boris.verk@gmail.com>2021-07-12 21:09:26 -0600
committerDaniel Gustafsson <daniel@yesql.se>2021-07-13 23:49:35 +0200
commit60dc3d1a5bc65daa5e1badd335bd5e11c44d292e (patch)
tree1f3717816b88f5b3c27e3c075de4706b77e3053d /src
parent0d9de0a09f97b755588911c74de7d78b0b8121db (diff)
downloadcurl-60dc3d1a5bc65daa5e1badd335bd5e11c44d292e.tar.gz
docs: document missing arguments to commands
This is a followup to commit f410b9e538129e77607fef1 fixing a few more commands which takes arguments. Closes #7382 Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Diffstat (limited to 'src')
-rw-r--r--src/tool_help.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tool_help.c b/src/tool_help.c
index 1fcbc1bc3..86a2e0fac 100644
--- a/src/tool_help.c
+++ b/src/tool_help.c
@@ -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]...>",