Fix spelling in rpc override help text

This commit is contained in:
Vinnie Falco
2013-07-07 18:49:19 -07:00
parent ec0481a42d
commit c8750f1d9a

View File

@@ -58,8 +58,8 @@ void printHelp (const po::options_description& desc)
cerr << desc << endl;
cerr << "Options: " << endl;
cerr << " -rpc-ip=<ip-address>[':'<port-number>]" << endl;
cerr << " -rpc-port=<port-number>" << endl;
cerr << " -rpc_ip=<ip-address>[':'<port-number>]" << endl;
cerr << " -rpc_port=<port-number>" << endl;
cerr << endl;
cerr << "Commands: " << endl;
cerr << " account_info <account>|<nickname>|<seed>|<pass_phrase>|<key> [<ledger>] [strict]" << endl;