commit
e051f1b510
1 changed files with 0 additions and 1 deletions
|
@ -137,7 +137,6 @@ bool AppInit2(int argc, char* argv[])
|
||||||
|
|
||||||
if (mapArgs.count("-?") || mapArgs.count("--help"))
|
if (mapArgs.count("-?") || mapArgs.count("--help"))
|
||||||
{
|
{
|
||||||
string beta = VERSION_IS_BETA ? _(" beta") : "";
|
|
||||||
string strUsage = string() +
|
string strUsage = string() +
|
||||||
_("Bitcoin version") + " " + FormatFullVersion() + "\n\n" +
|
_("Bitcoin version") + " " + FormatFullVersion() + "\n\n" +
|
||||||
_("Usage:") + "\t\t\t\t\t\t\t\t\t\t\n" +
|
_("Usage:") + "\t\t\t\t\t\t\t\t\t\t\n" +
|
||||||
|
|
Loading…
Reference in a new issue