diff --git a/Demos/include/ApplicationBase.hpp b/Demos/include/ApplicationBase.hpp index fa5ee60d..c176655b 100644 --- a/Demos/include/ApplicationBase.hpp +++ b/Demos/include/ApplicationBase.hpp @@ -157,9 +157,9 @@ class ApplicationBase defaultArgName.at(DefaultArg::Log), "l", "info", "[--log ]", "-l, --log : Log to stdout with level 'trace', 'debug', 'warn', 'info', 'error', 'critical' or " "'off'. " - "Defaults to 'info' if the '--configuration' option is not specified. " + "Defaults to 'info' if the '--config' option is not specified. " "Set to 'off' to explicitly turn off stdout logging. " - "Cannot be used together with '--configuration'."); + "Cannot be used together with '--config'."); } if (!excludedCommandLineArgs.count(DefaultArg::Config))