summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRonan Pigott <ronan@rjp.ie>2023-03-27 23:24:51 -0700
committerDaniel Stenberg <daniel@haxx.se>2023-03-28 10:32:00 +0200
commit8d9c1a8aa84a57cb1abb1e5f5e9e82c12ca71e64 (patch)
tree3bdaba8b3dd208eb175bda15335f8a932adec014 /docs
parent4fe6c91e7a54734cc075ab3922a821be0abbc7b7 (diff)
downloadcurl-8d9c1a8aa84a57cb1abb1e5f5e9e82c12ca71e64.tar.gz
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
Diffstat (limited to 'docs')
-rw-r--r--docs/cmdline-opts/config.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cmdline-opts/config.d b/docs/cmdline-opts/config.d
index 1c8a0b5ae..0fbf9d995 100644
--- a/docs/cmdline-opts/config.d
+++ b/docs/cmdline-opts/config.d
@@ -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"