strUsage+=HelpMessageOpt("-dblogsize=<n>",strprintf("Flush wallet database activity from memory to disk log every <n> megabytes (default: %u)",DEFAULT_WALLET_DBLOGSIZE));
strUsage+=HelpMessageOpt("-flushwallet",strprintf("Run a thread to flush wallet periodically (default: %u)",DEFAULT_FLUSHWALLET));
strUsage+=HelpMessageOpt("-privdb",strprintf("Sets the DB_PRIVATE flag in the wallet db environment (default: %u)",DEFAULT_WALLET_PRIVDB));
strUsage+=HelpMessageOpt("-walletrejectlongchains",strprintf(_("Wallet will not create transactions that violate mempool chain limits (default: %u"),DEFAULT_WALLET_REJECT_LONG_CHAINS));
strUsage+=HelpMessageOpt("-walletrejectlongchains",strprintf(_("Wallet will not create transactions that violate mempool chain limits (default: %u)"),DEFAULT_WALLET_REJECT_LONG_CHAINS));