diff options
| author | Ross Nicoll <[email protected]> | 2014-03-28 23:40:56 +0000 |
|---|---|---|
| committer | Ross Nicoll <[email protected]> | 2014-03-28 23:40:56 +0000 |
| commit | 48c6ec9af0cef2d6b7aa377def6b2b2de6535480 (patch) | |
| tree | cf7cd3c78d0fd04311184ef1606ce05520f484bb /src/dogecoin-cli.cpp | |
| parent | Replaced references to Bitcoin with Dogecoin/Dogecoin Core as appropriate. (diff) | |
| download | discoin-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.cpp | 6 |
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); |