mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-22 09:16:27 -06:00
Merge pull request #364 from andlaus/help_line_breaks
Parameter system: Improve usage message
This commit is contained in:
commit
7c4ca41f1f
@ -330,9 +330,9 @@ public:
|
||||
disc = "element centered finite volume";
|
||||
|
||||
return std::string("")+
|
||||
"Ground remediation problem where a dense oil infiltrates\n"+
|
||||
"an aquifer with an embedded low-permability lens.\n" +
|
||||
"This is the binary for the "+thermal+" variant using "+deriv+"\n"+
|
||||
"Ground remediation problem where a dense oil infiltrates "+
|
||||
"an aquifer with an embedded low-permability lens. " +
|
||||
"This is the binary for the "+thermal+" variant using "+deriv+
|
||||
"and the "+disc+" discretization";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user