Default keypool size in usage text fixed

This commit is contained in:
crowning- 2015-03-24 09:18:35 +01:00
parent a5833ccd34
commit a6862652b8

2
src/init.cpp Normal file → Executable file
View File

@ -279,7 +279,7 @@ std::string HelpMessage(HelpMessageMode hmm)
strUsage += " -keepasskey=<key> " + _("KeePassHttp key for AES encrypted communication with KeePass") + "\n";
strUsage += " -keepassid=<name> " + _("KeePassHttp id for the established association") + "\n";
strUsage += " -keepassname=<name> " + _("Name to construct url for KeePass entry that stores the wallet passphrase") + "\n";
strUsage += " -keypool=<n> " + _("Set key pool size to <n> (default: 100)") + "\n";
strUsage += " -keypool=<n> " + _("Set key pool size to <n> (default: 1000)") + "\n";
strUsage += " -paytxfee=<amt> " + _("Fee per kB to add to transactions you send") + "\n";
strUsage += " -rescan " + _("Rescan the block chain for missing wallet transactions") + " " + _("on startup") + "\n";
strUsage += " -salvagewallet " + _("Attempt to recover private keys from a corrupt wallet.dat") + " " + _("on startup") + "\n";