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 a1b897e commit 074a672Copy full SHA for 074a672
1 file changed
CPP/7zip/UI/Console/Main.cpp
@@ -885,6 +885,7 @@ int Main2(
885
886
if (commandStrings.Size() == 1 && commandStrings[0] == L"--version") {
887
*g_StdStream << kVersionString;
888
+ *g_StdStream << "\n";
889
return 0;
890
}
891
0 commit comments