diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-08-25 12:19:22 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-08-25 12:19:22 +0000 |
commit | 575ce905b2776540f2d80c93e6dfdcdd7bc93659 (patch) | |
tree | 73eadf0f3df76996e65bd4dc6dce24d33b7297a5 /docs | |
parent | 54887af4717ca54dc7e539c47f4396282efabcc6 (diff) |
ok, the right term (using RFC2616 lingo) for the -X keyword is method and not
request
Diffstat (limited to 'docs')
-rw-r--r-- | docs/curl.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index a8b6380b3..40b29d049 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -1074,10 +1074,10 @@ embedded user + password. If this option is used several times, the last one will be used. .IP "-X/--request <command>" -(HTTP) -Specifies a custom request to use when communicating with the HTTP server. -The specified request will be used instead of the standard GET. Read the -HTTP 1.1 specification for details and explanations. +(HTTP) Specifies a custom request method to use when communicating with the +HTTP server. The specified request will be used instead of the method +otherwise used (which defaults to GET). Read the HTTP 1.1 specification for +details and explanations. (FTP) Specifies a custom FTP command to use instead of LIST when doing file lists |