mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fixed rename on Linux
This commit is contained in:
parent
909831ad34
commit
d165d6ce38
@ -839,7 +839,7 @@ bool RiaApplication::parseArguments()
|
|||||||
#if defined(_MSC_VER) && defined(_WIN32)
|
#if defined(_MSC_VER) && defined(_WIN32)
|
||||||
showFormattedTextInMessageBox(m_helpText);
|
showFormattedTextInMessageBox(m_helpText);
|
||||||
#else
|
#else
|
||||||
fprintf(stdout, "%s\n", helpText.toAscii().data());
|
fprintf(stdout, "%s\n", m_helpText.toAscii().data());
|
||||||
fflush(stdout);
|
fflush(stdout);
|
||||||
#endif
|
#endif
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user