mirror of
https://github.com/curl/curl.git
synced 2026-07-25 09:47:49 +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
|
|
@ -1,4 +1,5 @@
|
|||
Long: parallel-max
|
||||
Arg: <num>
|
||||
Help: Maximum concurrency for parallel transfers
|
||||
Added: 7.66.0
|
||||
See-also: parallel
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
Long: quote
|
||||
Arg: <command>
|
||||
Short: Q
|
||||
Help: Send command(s) to server before transfer
|
||||
Protocols: FTP SFTP
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
Long: request-target
|
||||
Arg: <path>
|
||||
Help: Specify the target for this request
|
||||
Protocols: HTTP
|
||||
Added: 7.55.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue