diff options
| author | paveljanik <[email protected]> | 2014-03-05 10:48:16 +0100 |
|---|---|---|
| committer | langerhans <[email protected]> | 2014-05-26 19:37:14 +0200 |
| commit | 06ce2db0e5db4eaf7cb99e3c95d9829bde57b93e (patch) | |
| tree | 3cbb729edeedb447cf3b59f7383ebf50b15e4f91 /src/dogecoind.cpp | |
| parent | Wrap create_directory calls in try catch-blocks (diff) | |
| download | discoin-06ce2db0e5db4eaf7cb99e3c95d9829bde57b93e.tar.xz discoin-06ce2db0e5db4eaf7cb99e3c95d9829bde57b93e.zip | |
Use new daemon name
Diffstat (limited to 'src/dogecoind.cpp')
| -rw-r--r-- | src/dogecoind.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dogecoind.cpp b/src/dogecoind.cpp index dea9fc227..bdc6bb562 100644 --- a/src/dogecoind.cpp +++ b/src/dogecoind.cpp @@ -82,9 +82,9 @@ bool AppInit(int argc, char* argv[]) // First part of help message is specific to dogecoind / RPC client std::string strUsage = _("Dogecoin Core Daemon") + " " + _("version") + " " + FormatFullVersion() + "\n\n" + _("Usage:") + "\n" + - " dogecoind [options] " + _("Start Dogecoin server") + "\n" + + " dogecoind [options] " + _("Start Dogecoin Core Daemon") + "\n" + _("Usage (deprecated, use dogecoin-cli):") + "\n" + - " dogecoind [options] <command> [params] " + _("Send command to Dogecoin server") + "\n" + + " dogecoind [options] <command> [params] " + _("Send command to Dogecoin Core") + "\n" + " dogecoind [options] help " + _("List commands") + "\n" + " dogecoind [options] help <command> " + _("Get help for a command") + "\n"; |