aboutsummaryrefslogtreecommitdiff
path: root/docs/curl.1
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2013-11-17 09:45:08 +0000
committerSteve Holme <steve_holme@hotmail.com>2013-11-17 10:09:07 +0000
commit3c8c9b2779df175f2f740bb6fbe414e0c56f94b6 (patch)
tree4aa12c7d0c5ffb3a526716787538b32d2da5cf68 /docs/curl.1
parentb27dc009cfb887eddbcf3f2d8b80f79852cb3ef1 (diff)
smtp: Changed the default command to HELP when no options are specified
Otherwise a NOOP operation would be performed which a) only returns a single line response and not a multiline response where -I needs to be used, and b) provides an inconsistent user experience compared to that of the POP3 and IMAP protocols.
Diffstat (limited to 'docs/curl.1')
-rw-r--r--docs/curl.12
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index ce0fe5c2a..7a0a1e023 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -1801,7 +1801,7 @@ Specifies a custom POP3 command to use instead of LIST or RETR. (Added in
Specifies a custom IMAP command to use insead of LIST. (Added in 7.30.0)
(SMTP)
-Specifies a custom SMTP command to use instead of VRFY or NOOP. (Added in 7.34.0)
+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.
.IP "--xattr"