|
|
|
@ -67,7 +67,7 @@ static bool AppInitRPC(int argc, char* argv[])
@@ -67,7 +67,7 @@ static bool AppInitRPC(int argc, char* argv[])
|
|
|
|
|
// Parameters
|
|
|
|
|
//
|
|
|
|
|
ParseParameters(argc, argv); |
|
|
|
|
if (argc<2 || mapArgs.count("-?") || mapArgs.count("-help") || mapArgs.count("-version")) { |
|
|
|
|
if (argc<2 || mapArgs.count("-?") || mapArgs.count("-h") || mapArgs.count("-help") || mapArgs.count("-version")) { |
|
|
|
|
std::string strUsage = _("Bitcoin Core RPC client version") + " " + FormatFullVersion() + "\n"; |
|
|
|
|
if (!mapArgs.count("-version")) { |
|
|
|
|
strUsage += "\n" + _("Usage:") + "\n" + |
|
|
|
|