RPC client option: -rpcwait, to wait for server start

This commit is contained in:
Gavin Andresen
2013-11-20 15:54:13 +10:00
parent 96aaf006a5
commit 480e75ceab
2 changed files with 11 additions and 2 deletions

View File

@@ -253,6 +253,7 @@ std::string HelpMessage(HelpMessageMode hmm)
if (hmm == HMM_BITCOIND || hmm == HMM_BITCOIN_CLI)
{
strUsage += " -rpcconnect=<ip> " + _("Send commands to node running on <ip> (default: 127.0.0.1)") + "\n";
strUsage += " -rpcwait " + _("Wait for RPC server to start") + "\n";
}
strUsage += " -rpcuser=<user> " + _("Username for JSON-RPC connections") + "\n";