Make help examples show komodo-cli

This commit is contained in:
Jonathan "Duke" Leto
2018-03-03 16:51:58 -08:00
parent 41572034cb
commit 589c42c1c1

View File

@@ -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)