]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
config.d: note that curlrc is used even when --config
authorJay Satiro <raysatiro@yahoo.com>
Fri, 3 Sep 2021 06:19:33 +0000 (02:19 -0400)
committerJay Satiro <raysatiro@yahoo.com>
Sun, 5 Sep 2021 06:34:14 +0000 (02:34 -0400)
Bug: https://github.com/curl/curl/pull/7666#issuecomment-912214751
Reported-by: Viktor Szakats
Closes https://github.com/curl/curl/pull/7667

docs/cmdline-opts/config.d

index 1805926950dd7a70a151c1a13617e5f076844101..1de0b31f4dcc3ff77e941aa258448400ab27c5d1 100644 (file)
@@ -36,8 +36,8 @@ line. So, it could look similar to this:
 url = "https://curl.se/docs/"
 
 When curl is invoked, it (unless --disable is used) checks for a default
-config file and uses it if found. The default config file is checked for in
-the following places in this order:
+config file and uses it if found, even when this option is used. The default
+config file is checked for in the following places in this order:
 
 1) Use the CURL_HOME environment variable if set