Replace remaining Lore mentions with Blackmore

This commit is contained in:
lateminer
2018-10-19 01:09:44 +03:00
parent 970a285dc2
commit b51c500e6e
5 changed files with 6 additions and 6 deletions

View File

@@ -488,7 +488,7 @@ std::vector<std::string> CRPCTable::listCommands() const
std::string HelpExampleCli(const std::string& methodname, const std::string& args)
{
return "> lore-cli " + methodname + " " + args + "\n";
return "> blackmore-cli " + methodname + " " + args + "\n";
}
std::string HelpExampleRpc(const std::string& methodname, const std::string& args)