Fix typo in help output
authorClinton Ebadi <clinton@unknownlamer.org>
Fri, 8 May 2020 04:00:31 +0000 (00:00 -0400)
committerClinton Ebadi <clinton@unknownlamer.org>
Fri, 8 May 2020 04:00:31 +0000 (00:00 -0400)
Displayed incorrect path for default config directory

source/Main.C

index 5305b6e..cc37844 100644 (file)
@@ -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"