|
|
@ -143,7 +143,7 @@ bool AppInit2(int argc, char* argv[]) |
|
|
|
{ |
|
|
|
{ |
|
|
|
string beta = VERSION_IS_BETA ? _(" beta") : ""; |
|
|
|
string beta = VERSION_IS_BETA ? _(" beta") : ""; |
|
|
|
string strUsage = string() + |
|
|
|
string strUsage = string() + |
|
|
|
_("Bitcoin version") + " " + FormatVersion(VERSION) + pszSubVer + beta + "\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" + |
|
|
|
" bitcoin [options] \t " + "\n" + |
|
|
|
" bitcoin [options] \t " + "\n" + |
|
|
|
" bitcoin [options] <command> [params]\t " + _("Send command to -server or bitcoind\n") + |
|
|
|
" bitcoin [options] <command> [params]\t " + _("Send command to -server or bitcoind\n") + |
|
|
@ -262,7 +262,7 @@ bool AppInit2(int argc, char* argv[]) |
|
|
|
if (!fDebug && !pszSetDataDir[0]) |
|
|
|
if (!fDebug && !pszSetDataDir[0]) |
|
|
|
ShrinkDebugFile(); |
|
|
|
ShrinkDebugFile(); |
|
|
|
printf("\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n"); |
|
|
|
printf("\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n"); |
|
|
|
printf("Bitcoin version %s%s%s\n", FormatVersion(VERSION).c_str(), pszSubVer, VERSION_IS_BETA ? _(" beta") : ""); |
|
|
|
printf("Bitcoin version %s\n", FormatFullVersion().c_str()); |
|
|
|
#ifdef GUI |
|
|
|
#ifdef GUI |
|
|
|
printf("OS version %s\n", ((string)wxGetOsDescription()).c_str()); |
|
|
|
printf("OS version %s\n", ((string)wxGetOsDescription()).c_str()); |
|
|
|
printf("System default language is %d %s\n", g_locale.GetSystemLanguage(), ((string)g_locale.GetSysName()).c_str()); |
|
|
|
printf("System default language is %d %s\n", g_locale.GetSystemLanguage(), ((string)g_locale.GetSysName()).c_str()); |
|
|
|