From 589c42c1c1fc3185feb14e5dbc88c407466b0397 Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Sat, 3 Mar 2018 16:51:58 -0800 Subject: [PATCH] Make help examples show komodo-cli --- src/rpcserver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rpcserver.cpp b/src/rpcserver.cpp index adafcd26d..f353b9ea9 100644 --- a/src/rpcserver.cpp +++ b/src/rpcserver.cpp @@ -857,7 +857,7 @@ json_spirit::Value CRPCTable::execute(const std::string &strMethod, const json_s std::string HelpExampleCli(const std::string& methodname, const std::string& args) { - return "> zcash-cli " + methodname + " " + args + "\n"; + return "> komodo-cli " + methodname + " " + args + "\n"; } std::string HelpExampleRpc(const std::string& methodname, const std::string& args)