summaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/request.d
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cmdline-opts/request.d')
-rw-r--r--docs/cmdline-opts/request.d5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/cmdline-opts/request.d b/docs/cmdline-opts/request.d
index 9a97149fb..c837f0987 100644
--- a/docs/cmdline-opts/request.d
+++ b/docs/cmdline-opts/request.d
@@ -1,3 +1,5 @@
+c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
+SPDX-License-Identifier: curl
Long: request
Short: X
Arg: <method>
@@ -7,6 +9,7 @@ Example: -X "DELETE" $URL
Example: -X NLST ftp://example.com/
Added: 6.0
See-also: request-target
+Multi: single
---
(HTTP) Specifies a custom request method to use when communicating with the
HTTP server. The specified request method will be used instead of the method
@@ -40,5 +43,3 @@ Specifies a custom IMAP command to use instead of LIST. (Added in 7.30.0)
(SMTP)
Specifies a custom SMTP command to use instead of HELP or VRFY. (Added in 7.34.0)
-
-If this option is used several times, the last one will be used.