|
|
|
@ -439,7 +439,7 @@ void HelpMessageBox::printToConsole()
@@ -439,7 +439,7 @@ void HelpMessageBox::printToConsole()
|
|
|
|
|
{ |
|
|
|
|
// On other operating systems, the expected action is to print the message to the console.
|
|
|
|
|
QString strUsage = header + "\n" + coreOptions + "\n" + uiOptions; |
|
|
|
|
fprintf(stderr, "%s", strUsage.toStdString().c_str()); |
|
|
|
|
fprintf(stdout, "%s", strUsage.toStdString().c_str()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
void HelpMessageBox::showOrPrint() |
|
|
|
|