Merge pull request #238 from Gitju/master-0.10

s/Litcoin/Litecoin/
pull/241/head
thrasher 8 years ago committed by GitHub
commit 623f20b53e

@ -67,7 +67,7 @@ static bool AppInitRPC(int argc, char* argv[])
//
ParseParameters(argc, argv);
if (argc<2 || mapArgs.count("-?") || mapArgs.count("-h") || mapArgs.count("-help") || mapArgs.count("-version")) {
std::string strUsage = _("Litcoin Core RPC client version") + " " + FormatFullVersion() + "\n";
std::string strUsage = _("Litecoin Core RPC client version") + " " + FormatFullVersion() + "\n";
if (!mapArgs.count("-version")) {
strUsage += "\n" + _("Usage:") + "\n" +
" litecoin-cli [options] <command> [params] " + _("Send command to Litecoin Core") + "\n" +

Loading…
Cancel
Save