From 9f3a011c142a632fbcf8597ab85219c50c7ef410 Mon Sep 17 00:00:00 2001 From: Clinton Ebadi Date: Fri, 8 May 2020 00:00:31 -0400 Subject: [PATCH] Fix typo in help output Displayed incorrect path for default config directory --- source/Main.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.20.1