mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-07 19:22:17 +01:00
Fix bitcoin-qt -version output formatting
This commit is contained in:
@@ -77,7 +77,7 @@ static bool AppInit(int argc, char* argv[])
|
||||
|
||||
if (gArgs.IsArgSet("-version"))
|
||||
{
|
||||
strUsage += FormatParagraph(LicenseInfo());
|
||||
strUsage += FormatParagraph(LicenseInfo()) + "\n";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user