diff options
Diffstat (limited to 'src/rpc/server.cpp')
| -rw-r--r-- | src/rpc/server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/server.cpp b/src/rpc/server.cpp index e25869a89..844ddf0fb 100644 --- a/src/rpc/server.cpp +++ b/src/rpc/server.cpp @@ -523,7 +523,7 @@ std::vector<std::string> CRPCTable::listCommands() const std::string HelpExampleCli(const std::string& methodname, const std::string& args) { - return "> dogecoin-cli " + methodname + " " + args + "\n"; + return "> discoin-cli " + methodname + " " + args + "\n"; } std::string HelpExampleRpc(const std::string& methodname, const std::string& args) |