]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs/cmdline-opts: document the dotless config path
authorRonan Pigott <ronan@rjp.ie>
Tue, 28 Mar 2023 06:24:51 +0000 (23:24 -0700)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 28 Mar 2023 08:32:00 +0000 (10:32 +0200)
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

docs/cmdline-opts/config.d

index 1c8a0b5aefbdd420241dabe1e77ad645212719df..0fbf9d9953a2a53377124443a3f757fec5288269 100644 (file)
@@ -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"