diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-08-16 11:31:29 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-08-20 11:48:49 +0200 |
commit | 862393243d16870347e56195e93dc47274e32601 (patch) | |
tree | d7097fa9f8381cd701fe80a9d2b833f05b14f142 /docs/cmdline-opts/config.d | |
parent | f9c7ba9096ec29db2536481d8e9ebe314e007f0c (diff) | |
download | curl-862393243d16870347e56195e93dc47274e32601.tar.gz |
curl: use .curlrc (with a dot) on Windows as well
Fall-back to _curlrc if the dot-version is missing.
Co-Authored-By: Steve Holme
Closes #4230
Diffstat (limited to 'docs/cmdline-opts/config.d')
-rw-r--r-- | docs/cmdline-opts/config.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cmdline-opts/config.d b/docs/cmdline-opts/config.d index ef9894b8e..df3d39220 100644 --- a/docs/cmdline-opts/config.d +++ b/docs/cmdline-opts/config.d @@ -40,7 +40,7 @@ Unix-like systems (which returns the home dir given the current user in your system). On Windows, it then checks for the APPDATA variable, or as a last resort the '%USERPROFILE%\\Application Data'. -2) On windows, if there is no _curlrc file in the home dir, it checks for one +2) On windows, if there is no .curlrc file in the home dir, it checks for one in the same dir the curl executable is placed. On Unix-like systems, it will simply try to load .curlrc from the determined home dir. |