mirror of
https://github.com/curl/curl.git
synced 2026-05-30 04:27:30 +03: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue