Skip to content

Commit 2fc64ec

Browse files
committed
[Logging] Update debug RPC help examples
1 parent 5876055 commit 2fc64ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/rpcmisc.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,10 @@ UniValue debug(const JSONRPCRequest& request)
124124
throw std::runtime_error(
125125
"debug ( 0|1|addrman|alert|bench|coindb|db|lock|rand|rpc|selectcoins|mempool"
126126
"|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"
129129
"\nExamples:\n" +
130-
HelpExampleCli("debug", "dynamic") + HelpExampleRpc("debug", "dynamic,net"));
130+
HelpExampleCli("debug", "dynamic") + HelpExampleRpc("debug", "dynamic+net"));
131131

132132
std::string strMode = request.params[0].get_str();
133133

0 commit comments

Comments
 (0)