diff --git a/src/bitcoin-cli.cpp b/src/bitcoin-cli.cpp index c70c2af80d..412e4f0e5d 100644 --- a/src/bitcoin-cli.cpp +++ b/src/bitcoin-cli.cpp @@ -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] [params] " + _("Send command to Litecoin Core") + "\n" +