aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/barrier/ServerApp.cpp
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2018-09-19 18:24:12 -0400
committerLibravatarUnit 193 <unit193@ubuntu.com>2018-09-19 18:24:12 -0400
commita12f59bc78d8eab79d24e2e625a9a85b81c20a54 (patch)
treef9d4bceac647f7f9ce335881f40be31169435349 /src/lib/barrier/ServerApp.cpp
parent7a723cbbf3b9ba1cf23ca67a08058b41e56831e8 (diff)
parent68a36b3b67ec82cdd3f77e88e40d1043cbab5000 (diff)
Update upstream source from tag 'upstream/2.1.2+dfsg'
Update to upstream version '2.1.2+dfsg' with Debian dir a655df7e32df947a70958a6a26869e4705733064
Diffstat (limited to 'src/lib/barrier/ServerApp.cpp')
-rw-r--r--src/lib/barrier/ServerApp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/barrier/ServerApp.cpp b/src/lib/barrier/ServerApp.cpp
index 6d8d7cd..ff98cc1 100644
--- a/src/lib/barrier/ServerApp.cpp
+++ b/src/lib/barrier/ServerApp.cpp
@@ -145,7 +145,7 @@ ServerApp::help()
<< std::endl
<< "If no configuration file pathname is provided then the first of the" << std::endl
<< "following to load successfully sets the configuration:" << std::endl
- << " " << PathUtilities::concat(DataDirectories::profile(), SYS_CONFIG_NAME) << std::endl
+ << " " << PathUtilities::concat(DataDirectories::profile(), USR_CONFIG_NAME) << std::endl
<< " " << PathUtilities::concat(DataDirectories::systemconfig(), SYS_CONFIG_NAME) << std::endl;
LOG((CLOG_PRINT "%s", buffer.str().c_str()));