implement line breaks in the usage message

i.e. for `--help`. this is surprisingly complicated...
This commit is contained in:
Andreas Lauser 2018-08-16 15:55:50 +02:00
parent 6e7be50610
commit ed7d4d47c1

View File

@ -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_;