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:
Ronan Pigott 2023-03-27 23:24:51 -07:00 committed by Daniel Stenberg
parent 4fe6c91e7a
commit 8d9c1a8aa8
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -57,7 +57,7 @@ config file is checked for in the following places in this order:
1) "$CURL_HOME/.curlrc" 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" 3) "$HOME/.curlrc"