|
|
|
@ -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";
|
|
|
|
|
|
|
|
|
|