mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-10-11 12:03:04 +02: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