Bugfix: Remove default from -zapwallettxes description (inaccurate)

This commit is contained in:
Luke Dashjr 2014-10-14 20:13:44 +00:00
parent 0a08aa8f2a
commit c0195b1c31
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ std::string HelpMessage(HelpMessageMode mode)
strUsage += " -wallet=<file> " + _("Specify wallet file (within data directory)") + " " + strprintf(_("(default: %s)"), "wallet.dat") + "\n";
strUsage += " -walletnotify=<cmd> " + _("Execute command when a wallet transaction changes (%s in cmd is replaced by TxID)") + "\n";
strUsage += " -zapwallettxes=<mode> " + _("Delete all wallet transactions and only recover those parts of the blockchain through -rescan on startup") + "\n";
strUsage += " " + strprintf(_("(default: %u, 1 = keep tx meta data e.g. account owner and payment request information, 2 = drop tx meta data)"), 1) + "\n";
strUsage += " " + _("(1 = keep tx meta data e.g. account owner and payment request information, 2 = drop tx meta data)") + "\n";
#endif
strUsage += "\n" + _("Debugging/Testing options:") + "\n";