aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-04-28 23:23:44 +0200
committerDaniel Stenberg <daniel@haxx.se>2016-04-29 00:31:37 +0200
commit51d62a6b66af216fbfb9c5c33b100ac9e9e85293 (patch)
treeccbce6f161926a4f985384618e2fbcc5058921c6
parent12622f3899c5943b6bb6bdb6114133d98e26275b (diff)
curl.1: document the long format of -q: --disable
-rw-r--r--docs/curl.12
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index c19951e8a..f246d299a 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -1459,7 +1459,7 @@ If this option is used several times, the last one will be used.
private key file, so passing this option is generally not required. Note that
this public key extraction requires libcurl to be linked against a copy of
libssh2 1.2.8 or higher that is itself linked against OpenSSL.)
-.IP "-q"
+.IP "-q, --disable"
If used as the first parameter on the command line, the \fIcurlrc\fP config
file will not be read and used. See the \fI-K, --config\fP for details on the
default config file search path.