From 29520d45c21ca0876ec5766f24b49f07ca3e019a Mon Sep 17 00:00:00 2001 From: Konrad Breitsprecher Date: Fri, 15 Nov 2024 13:14:07 +0100 Subject: [PATCH] demos: Fix command line help message --- Demos/include/ApplicationBase.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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))