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:
Борис Верховский 2021-07-12 21:09:26 -06:00 committed by Daniel Gustafsson
parent 0d9de0a09f
commit 60dc3d1a5b
4 changed files with 6 additions and 3 deletions

View file

@ -1,4 +1,5 @@
Long: parallel-max
Arg: <num>
Help: Maximum concurrency for parallel transfers
Added: 7.66.0
See-also: parallel

View file

@ -1,4 +1,5 @@
Long: quote
Arg: <command>
Short: Q
Help: Send command(s) to server before transfer
Protocols: FTP SFTP

View file

@ -1,4 +1,5 @@
Long: request-target
Arg: <path>
Help: Specify the target for this request
Protocols: HTTP
Added: 7.55.0