diff --git a/src/rpc/governance.cpp b/src/rpc/governance.cpp index 16ea771ae..9e3f695be 100644 --- a/src/rpc/governance.cpp +++ b/src/rpc/governance.cpp @@ -871,8 +871,8 @@ UniValue gobject_getcurrentvotes(const JSONRPCRequest& request) [[ noreturn ]] void gobject_help() { throw std::runtime_error( - "gobject \"command\"...\n" - "Manage governance objects\n" + "gobject \"command\" ...\n" + "Set of commands to manage governance objects.\n" "\nAvailable commands:\n" " check - Validate governance object data (proposal only)\n" #ifdef ENABLE_WALLET diff --git a/src/rpc/masternode.cpp b/src/rpc/masternode.cpp index 32c3e5b35..24ef9e22b 100644 --- a/src/rpc/masternode.cpp +++ b/src/rpc/masternode.cpp @@ -125,8 +125,8 @@ UniValue getpoolinfo(const JSONRPCRequest& request) void masternode_list_help() { throw std::runtime_error( - "masternode list ( \"mode\" \"filter\" )\n" - "Get a list of masternodes in different modes. This call is identical to masternodelist call.\n" + "masternodelist ( \"mode\" \"filter\" )\n" + "Get a list of masternodes in different modes. This call is identical to 'masternode list' call.\n" "\nArguments:\n" "1. \"mode\" (string, optional/required to use filter, defaults = json) The mode to run list in\n" "2. \"filter\" (string, optional) Filter results. Partial match by outpoint by default in all modes,\n" @@ -420,7 +420,7 @@ UniValue masternode_winners(const JSONRPCRequest& request) [[ noreturn ]] void masternode_help() { throw std::runtime_error( - "masternode \"command\"...\n" + "masternode \"command\" ...\n" "Set of commands to execute masternode related actions\n" "\nArguments:\n" "1. \"command\" (string or set of strings, required) The command to execute\n"