From: Jay Satiro Date: Fri, 3 Sep 2021 06:19:33 +0000 (-0400) Subject: config.d: note that curlrc is used even when --config X-Git-Tag: curl-7_79_0~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1f7a7b5257c4bb28d78189e464b1db253d0a93c;p=thirdparty%2Fcurl.git config.d: note that curlrc is used even when --config Bug: https://github.com/curl/curl/pull/7666#issuecomment-912214751 Reported-by: Viktor Szakats Closes https://github.com/curl/curl/pull/7667 --- diff --git a/docs/cmdline-opts/config.d b/docs/cmdline-opts/config.d index 1805926950..1de0b31f4d 100644 --- a/docs/cmdline-opts/config.d +++ b/docs/cmdline-opts/config.d @@ -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