Remove -limitfreerelay and always enforce minRelayTxFee in the mempool (except from disconnected blocks)
Remove -relaypriority, the option was only used for the ability to allow free transactions to be relayed regardless of their priority. Both notions no longer apply.
strUsage+=HelpMessageOpt("-logtimemicros",strprintf("Add microsecond precision to debug timestamps (default: %u)",DEFAULT_LOGTIMEMICROS));
strUsage+=HelpMessageOpt("-mocktime=<n>","Replace actual time with <n> seconds since epoch (default: 0)");
strUsage+=HelpMessageOpt("-limitfreerelay=<n>",strprintf("Continuously rate-limit free transactions to <n>*1000 bytes per minute (default: %u)",DEFAULT_LIMITFREERELAY));
strUsage+=HelpMessageOpt("-relaypriority",strprintf("Require high priority for relaying free or low-fee transactions (default: %u)",DEFAULT_RELAYPRIORITY));
strUsage+=HelpMessageOpt("-maxsigcachesize=<n>",strprintf("Limit size of signature cache to <n> MiB (default: %u)",DEFAULT_MAX_SIG_CACHE_SIZE));
strUsage+=HelpMessageOpt("-maxtipage=<n>",strprintf("Maximum tip age in seconds to consider node in initial block download (default: %u)",DEFAULT_MAX_TIP_AGE));
"\"keypoolsize\": xxxx, (numeric) how many new keys are pre-generated\n"
"\"unlocked_until\": ttt, (numeric) the timestamp in seconds since epoch (midnight Jan 1 1970 GMT) that the wallet is unlocked for transfers, or 0 if the wallet is locked\n"
"\"paytxfee\": x.xxxx, (numeric) the transaction fee set in "+CURRENCY_UNIT+"/kB\n"
"\"relayfee\": x.xxxx, (numeric) minimum relay fee for non-free transactions in "+CURRENCY_UNIT+"/kB\n"
"\"relayfee\": x.xxxx, (numeric) minimum relay fee for transactions in "+CURRENCY_UNIT+"/kB\n"
"\"errors\": \"...\" (string) any error messages\n"