aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKamil Dudka <kdudka@redhat.com>2013-07-09 14:59:01 +0200
committerKamil Dudka <kdudka@redhat.com>2013-07-09 15:18:39 +0200
commit20ff820ef2d59fb68d50665ab64fb9d6da323751 (patch)
tree39d2434bc48d82960e268d9280cab3b5eee25ba0 /docs
parent39e85d99feede7cc573902e8ab6b3dd759022d9c (diff)
curl.1: document the --sasl-ir option in the man page
Diffstat (limited to 'docs')
-rw-r--r--docs/curl.13
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index f944092f1..20f87f1ac 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -1287,6 +1287,9 @@ If this option is used several times, the last one will be used.
Silent or quiet mode. Don't show progress meter or error messages. Makes Curl
mute. It will still output the data you ask for, potentially even to the
terminal/stdout unless you redirect it.
+.IP "--sasl-ir"
+Enable initial response in SASL authentication.
+(Added in 7.31.0)
.IP "-S, --show-error"
When used with \fI-s\fP it makes curl show an error message if it fails.
.IP "--ssl"