diff --git a/src/rpc/mempool.cpp b/src/rpc/mempool.cpp index b1d2414416e4d..bda0e7c3486e5 100644 --- a/src/rpc/mempool.cpp +++ b/src/rpc/mempool.cpp @@ -744,7 +744,7 @@ static RPCHelpMan importmempool() "Whether to apply the unbroadcast set metadata from the mempool file.\n" "Warning: Importing untrusted metadata may lead to unexpected issues and undesirable behavior."}, }, - RPCArgOptions{.oneline_description = "\"options\""}}, + RPCArgOptions{.oneline_description = "options"}}, }, RPCResult{RPCResult::Type::OBJ, "", "", std::vector{}}, RPCExamples{HelpExampleCli("importmempool", "/path/to/mempool.dat") + HelpExampleRpc("importmempool", "/path/to/mempool.dat")},