summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2021-09-03 02:19:33 -0400
committerJay Satiro <raysatiro@yahoo.com>2021-09-05 02:34:14 -0400
commitc1f7a7b5257c4bb28d78189e464b1db253d0a93c (patch)
tree761c05fd4fa2d150405a4d5d81f0af173b8bee7f
parente514e67c61cc385c81e235750b31936b3cd4243b (diff)
downloadcurl-c1f7a7b5257c4bb28d78189e464b1db253d0a93c.tar.gz
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
-rw-r--r--docs/cmdline-opts/config.d4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/cmdline-opts/config.d b/docs/cmdline-opts/config.d
index 180592695..1de0b31f4 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