We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9a2f08 commit de9b4c7Copy full SHA for de9b4c7
src/qt/utilitydialog.cpp
@@ -92,7 +92,7 @@ HelpMessageDialog::~HelpMessageDialog()
92
void HelpMessageDialog::printToConsole()
93
{
94
// On other operating systems, the expected action is to print the message to the console.
95
- QString strUsage = header + "\n" + coreOptions + "\n" + uiOptions;
+ QString strUsage = header + "\n" + coreOptions + "\n" + uiOptions + "\n";
96
fprintf(stdout, "%s", strUsage.toStdString().c_str());
97
}
98
0 commit comments