mirror of
https://github.com/curl/curl.git
synced 2026-07-16 10:27:15 +03:00
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
This commit is contained in:
parent
e514e67c61
commit
c1f7a7b525
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue