From d6f7a224301e01fe23d6c7dde42f1bdb88272068 Mon Sep 17 00:00:00 2001 From: Philipp Suffa <philipp.suffa@fau.de> Date: Fri, 15 Dec 2023 14:20:55 +0100 Subject: [PATCH] Fixed documentation of Environment class regarding parameter overriding on command line --- src/core/Environment.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/core/Environment.h b/src/core/Environment.h index 492467d52..61ef4f2b1 100644 --- a/src/core/Environment.h +++ b/src/core/Environment.h @@ -44,9 +44,8 @@ public: * * \param argc,argv If command line parameters are present they have to contain at least * the path to the configuration file and optionally pairs of param-value: - * "-myParameter myValue" - * These values are then substituted in configuration files at - * positions marked with $(myParameter) + * "-blockName.parameterName=parameterValue" + * These values are then substituted in configuration files. * It is also possible to pass no command line options (see description below ) * * If command line arguments are present the constructor initializes static objects -- GitLab