mirror of
https://github.com/curl/curl.git
synced 2025-01-30 14:22:33 +08:00
docs/cmdline-opts: document the dotless config path
The real xdg config path is $XDG_CONFIG_HOME/curlrc, without the dot. The dotless name seems preferable, so let's match the documentation to the behavior. Closes #10849
This commit is contained in:
parent
4fe6c91e7a
commit
8d9c1a8aa8
@ -57,7 +57,7 @@ config file is checked for in the following places in this order:
|
||||
|
||||
1) "$CURL_HOME/.curlrc"
|
||||
|
||||
2) "$XDG_CONFIG_HOME/.curlrc" (Added in 7.73.0)
|
||||
2) "$XDG_CONFIG_HOME/curlrc" (Added in 7.73.0)
|
||||
|
||||
3) "$HOME/.curlrc"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user