include version information in help output

This commit is contained in:
Marius Hanne 2011-01-19 22:49:12 +01:00
parent b4671902f2
commit 0654e1c4ef
1 changed files with 1 additions and 0 deletions

View File

@ -159,6 +159,7 @@ bool AppInit2(int argc, char* argv[])
if (mapArgs.count("-?") || mapArgs.count("--help"))
{
string strUsage = string() +
"bitcoin version " + FormatVersion(VERSION).c_str() + " beta\n" +
_("Usage:") + "\t\t\t\t\t\t\t\t\t\t\n" +
" bitcoin [options] \t " + "\n" +
" bitcoin [options] <command> [params]\t " + _("Send command to -server or bitcoind\n") +