summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Walsh <me@damow.net>2021-12-03 23:20:42 +0000
committerDaniel Stenberg <daniel@haxx.se>2021-12-05 23:05:11 +0100
commit172068b76f7edce2751349f8d9c75cb17061093d (patch)
tree46764cd8e6b717c21f8fcec81bf676829f096f0b
parentde3911e9ced5316b9b7a7be8037c264b982903b8 (diff)
downloadcurl-172068b76f7edce2751349f8d9c75cb17061093d.tar.gz
request.d: refer to 'method' rather than 'command'
Closes #8094
-rw-r--r--docs/cmdline-opts/request.d4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/cmdline-opts/request.d b/docs/cmdline-opts/request.d
index bc2da8026..9a97149fb 100644
--- a/docs/cmdline-opts/request.d
+++ b/docs/cmdline-opts/request.d
@@ -1,7 +1,7 @@
Long: request
Short: X
-Arg: <command>
-Help: Specify request command to use
+Arg: <method>
+Help: Specify request method to use
Category: connection
Example: -X "DELETE" $URL
Example: -X NLST ftp://example.com/