File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -124,10 +124,10 @@ UniValue debug(const JSONRPCRequest& request)
124
124
throw std::runtime_error (
125
125
" debug ( 0|1|addrman|alert|bench|coindb|db|lock|rand|rpc|selectcoins|mempool"
126
126
" |mempoolrej|net|proxy|prune|http|libevent|tor|zmq|"
127
- " dynamic|privatesend|instantsend|dynode|spork|keepass|dnpayments|gobject )\n "
128
- " Change debug category on the fly. Specify single category or use comma to specify many.\n "
127
+ " dynamic|privatesend|instantsend|dynode|spork|keepass|dnpayments|gobject|dht|bdap )\n "
128
+ " Change debug category on the fly. Specify single category or use a plus to specify many.\n "
129
129
" \n Examples:\n " +
130
- HelpExampleCli (" debug" , " dynamic" ) + HelpExampleRpc (" debug" , " dynamic, net" ));
130
+ HelpExampleCli (" debug" , " dynamic" ) + HelpExampleRpc (" debug" , " dynamic+ net" ));
131
131
132
132
std::string strMode = request.params [0 ].get_str ();
133
133
You can’t perform that action at this time.
0 commit comments