Skip to content

Commit

Permalink
demos: Fix command line help message
Browse files Browse the repository at this point in the history
  • Loading branch information
KonradBkd committed Nov 15, 2024
1 parent c4e88dc commit 29520d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Demos/include/ApplicationBase.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,9 @@ class ApplicationBase
defaultArgName.at(DefaultArg::Log), "l", "info", "[--log <level>]",
"-l, --log <level>: 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))
Expand Down

0 comments on commit 29520d4

Please sign in to comment.