summaryrefslogtreecommitdiff
path: root/docs/cmdline-opts
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 /docs/cmdline-opts
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 'docs/cmdline-opts')
-rw-r--r--docs/cmdline-opts/parallel-max.d1
-rw-r--r--docs/cmdline-opts/quote.d1
-rw-r--r--docs/cmdline-opts/request-target.d1
3 files changed, 3 insertions, 0 deletions
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: <num>
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: <command>
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: <path>
Help: Specify the target for this request
Protocols: HTTP
Added: 7.55.0