diff options
| author | paveljanik <[email protected]> | 2014-03-05 10:48:16 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-03-31 12:05:16 +0200 |
| commit | db3a5e4151a499d94f1738934d280a4163295ff7 (patch) | |
| tree | 3236baef950500577675ac108770f9c2781a35fe /src/bitcoind.cpp | |
| parent | Wrap create_directory calls in try...catch blocks. (diff) | |
| download | discoin-db3a5e4151a499d94f1738934d280a4163295ff7.tar.xz discoin-db3a5e4151a499d94f1738934d280a4163295ff7.zip | |
Use the new name Bitcoin Core Daemon instead of Bitcoin server
Rebased-By: Wladimir J. van der Laan <[email protected]>
Rebased-From-Github-Pull: #3801
Diffstat (limited to 'src/bitcoind.cpp')
| -rw-r--r-- | src/bitcoind.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bitcoind.cpp b/src/bitcoind.cpp index 5d8721884..4882a0053 100644 --- a/src/bitcoind.cpp +++ b/src/bitcoind.cpp @@ -82,9 +82,9 @@ bool AppInit(int argc, char* argv[]) // First part of help message is specific to bitcoind / RPC client std::string strUsage = _("Bitcoin Core Daemon") + " " + _("version") + " " + FormatFullVersion() + "\n\n" + _("Usage:") + "\n" + - " bitcoind [options] " + _("Start Bitcoin server") + "\n" + + " bitcoind [options] " + _("Start Bitcoin Core Daemon") + "\n" + _("Usage (deprecated, use bitcoin-cli):") + "\n" + - " bitcoind [options] <command> [params] " + _("Send command to Bitcoin server") + "\n" + + " bitcoind [options] <command> [params] " + _("Send command to Bitcoin Core") + "\n" + " bitcoind [options] help " + _("List commands") + "\n" + " bitcoind [options] help <command> " + _("Get help for a command") + "\n"; |