Skip to content
Snippets Groups Projects
Commit d6f7a224 authored by Philipp Suffa's avatar Philipp Suffa Committed by Samuel Kemmler
Browse files

Fixed documentation of Environment class regarding parameter overriding on command line

parent fdee9cff
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment