strUsage+=HelpMessageOpt("-limitdescendantcount=<n>",strprintf("Do not accept transactions if any ancestor would have <n> or more in-mempool descendants (default: %u)",DEFAULT_DESCENDANT_LIMIT));
strUsage+=HelpMessageOpt("-limitdescendantsize=<n>",strprintf("Do not accept transactions if any ancestor would have more than <n> kilobytes of in-mempool descendants (default: %u).",DEFAULT_DESCENDANT_SIZE_LIMIT));
strUsage+=HelpMessageOpt("-vbparams=deployment:start:end","Use given start/end times for specified version bits deployment (regtest-only)");
strUsage+=HelpMessageOpt("-addrmantest","Allows to test address relay on localhost");
}
strUsage+=HelpMessageOpt("-debug=<category>",strprintf(_("Output debugging information (default: %u, supplying <category> is optional)"),0)+". "+
_("If <category> is not supplied or if <category> = 1, output all debugging information.")+""+_("<category> can be:")+""+ListLogCategories()+".");