mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-23 01:36:25 -06:00
implement line breaks in the usage message
i.e. for `--help`. this is surprisingly complicated...
This commit is contained in:
parent
6e7be50610
commit
ed7d4d47c1
@ -445,9 +445,9 @@ public:
|
||||
{
|
||||
if (briefDescription_.empty())
|
||||
return
|
||||
"The Ecl-deck Black-Oil reservoir Simulator (ebos); a hydrocarbon\n"
|
||||
"reservoir simulation program that processes ECL-formatted input\n"
|
||||
"files which is provided by the Open Porous Media project\n"
|
||||
"The Ecl-deck Black-Oil reservoir Simulator (ebos); a hydrocarbon "
|
||||
"reservoir simulation program that processes ECL-formatted input "
|
||||
"files which is provided by the Open Porous Media project "
|
||||
"(https://opm-project.org).";
|
||||
else
|
||||
return briefDescription_;
|
||||
|
Loading…
Reference in New Issue
Block a user