@ -373,7 +373,7 @@ std::string HelpMessage(HelpMessageMode mode)
strUsage + = HelpMessageOpt ( " -flushwallet " , strprintf ( " Run a thread to flush wallet periodically (default: %u) " , 1 ) ) ;
strUsage + = HelpMessageOpt ( " -flushwallet " , strprintf ( " Run a thread to flush wallet periodically (default: %u) " , 1 ) ) ;
strUsage + = HelpMessageOpt ( " -stopafterblockimport " , strprintf ( " Stop running after importing blocks from disk (default: %u) " , 0 ) ) ;
strUsage + = HelpMessageOpt ( " -stopafterblockimport " , strprintf ( " Stop running after importing blocks from disk (default: %u) " , 0 ) ) ;
}
}
string debugCategories = " addrman, alert, bench, coindb, db, lock, rand, rpc, selectcoins, mempool, net, proxy, prune " ; // Don't translate these and qt below
string debugCategories = " addrman, alert, bench, coindb, db, lock, rand, rpc, selectcoins, mempool, mempoolrej, net, proxy, prune " ; // Don't translate these and qt below
if ( mode = = HMM_BITCOIN_QT )
if ( mode = = HMM_BITCOIN_QT )
debugCategories + = " , qt " ;
debugCategories + = " , qt " ;
strUsage + = HelpMessageOpt ( " -debug=<category> " , strprintf ( _ ( " Output debugging information (default: %u, supplying <category> is optional) " ) , 0 ) + " . " +
strUsage + = HelpMessageOpt ( " -debug=<category> " , strprintf ( _ ( " Output debugging information (default: %u, supplying <category> is optional) " ) , 0 ) + " . " +