From: Clinton Ebadi Date: Fri, 8 May 2020 04:00:31 +0000 (-0400) Subject: Fix typo in help output X-Git-Tag: release-2.3.1~6 X-Git-Url: http://git.hcoop.net/clinton/bobotpp.git/commitdiff_plain/9f3a011c142a632fbcf8597ab85219c50c7ef410 Fix typo in help output Displayed incorrect path for default config directory --- diff --git a/source/Main.C b/source/Main.C index 5305b6e..cc37844 100644 --- a/source/Main.C +++ b/source/Main.C @@ -107,7 +107,7 @@ namespace "[--config dir][-c] Search your config path (defaults to\n" " " << getenv ("HOME") - << "/.bobotpp/config/ and then\n" + << "/.bobotpp/default/ and then\n" << " /etc/bobotpp/) for dir and\n" " then loads your config data using dir\n"