diff --git a/docs/cmdline-opts/parallel-max.d b/docs/cmdline-opts/parallel-max.d index d49aeb7a9..c265b7204 100644 --- a/docs/cmdline-opts/parallel-max.d +++ b/docs/cmdline-opts/parallel-max.d @@ -1,4 +1,5 @@ Long: parallel-max +Arg: Help: Maximum concurrency for parallel transfers Added: 7.66.0 See-also: parallel diff --git a/docs/cmdline-opts/quote.d b/docs/cmdline-opts/quote.d index 96b178cb5..6e4fd08f1 100644 --- a/docs/cmdline-opts/quote.d +++ b/docs/cmdline-opts/quote.d @@ -1,4 +1,5 @@ Long: quote +Arg: Short: Q Help: Send command(s) to server before transfer Protocols: FTP SFTP diff --git a/docs/cmdline-opts/request-target.d b/docs/cmdline-opts/request-target.d index df423f87d..4422611b1 100644 --- a/docs/cmdline-opts/request-target.d +++ b/docs/cmdline-opts/request-target.d @@ -1,4 +1,5 @@ Long: request-target +Arg: Help: Specify the target for this request Protocols: HTTP Added: 7.55.0 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 ", "Maximum concurrency for parallel transfers", CURLHELP_CONNECTION | CURLHELP_CURL}, {" --pass ", @@ -631,7 +631,7 @@ static const struct helptxt helptext[] = { {" --pubkey ", "SSH Public key file name", CURLHELP_SFTP | CURLHELP_SCP | CURLHELP_AUTH}, - {"-Q, --quote", + {"-Q, --quote ", "Send command(s) to server before transfer", CURLHELP_FTP | CURLHELP_SFTP}, {" --random-file ", @@ -661,7 +661,7 @@ static const struct helptxt helptext[] = { {"-X, --request ", "Specify request command to use", CURLHELP_CONNECTION}, - {" --request-target", + {" --request-target ", "Specify the target for this request", CURLHELP_HTTP}, {" --resolve <[+]host:port:addr[,addr]...>",