aboutsummaryrefslogtreecommitdiff
path: root/src/dogecoin-cli.cpp
diff options
context:
space:
mode:
authorRoss Nicoll <[email protected]>2014-03-28 23:40:56 +0000
committerRoss Nicoll <[email protected]>2014-03-28 23:40:56 +0000
commit48c6ec9af0cef2d6b7aa377def6b2b2de6535480 (patch)
treecf7cd3c78d0fd04311184ef1606ce05520f484bb /src/dogecoin-cli.cpp
parentReplaced references to Bitcoin with Dogecoin/Dogecoin Core as appropriate. (diff)
downloaddiscoin-48c6ec9af0cef2d6b7aa377def6b2b2de6535480.tar.xz
discoin-48c6ec9af0cef2d6b7aa377def6b2b2de6535480.zip
Replaced occurrences of "bitcoin" with "dogecoin" or "Dogecoin" as appropriate
(specific, use of "Dogecoin" as a noun are now capitalised).
Diffstat (limited to 'src/dogecoin-cli.cpp')
-rw-r--r--src/dogecoin-cli.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dogecoin-cli.cpp b/src/dogecoin-cli.cpp
index f1fbf7350..efba9eb24 100644
--- a/src/dogecoin-cli.cpp
+++ b/src/dogecoin-cli.cpp
@@ -39,9 +39,9 @@ static bool AppInitRPC(int argc, char* argv[])
// First part of help message is specific to RPC client
std::string strUsage = _("Dogecoin RPC client version") + " " + FormatFullVersion() + "\n\n" +
_("Usage:") + "\n" +
- " bitcoin-cli [options] <command> [params] " + _("Send command to Dogecoin server") + "\n" +
- " bitcoin-cli [options] help " + _("List commands") + "\n" +
- " bitcoin-cli [options] help <command> " + _("Get help for a command") + "\n";
+ " dogecoin-cli [options] <command> [params] " + _("Send command to Dogecoin server") + "\n" +
+ " dogecoin-cli [options] help " + _("List commands") + "\n" +
+ " dogecoin-cli [options] help <command> " + _("Get help for a command") + "\n";
strUsage += "\n" + HelpMessageCli(true);