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";