some string and indentation updates in init/rpcclient

This commit is contained in:
Philip Kaufmann
2013-12-03 13:57:54 +01:00
parent 7202d9d9bf
commit b6aafca03d
2 changed files with 9 additions and 9 deletions

View File

@@ -257,7 +257,7 @@ std::string HelpMessageCli(bool mainProgram)
strUsage += " -datadir=<dir> " + _("Specify data directory") + "\n";
strUsage += " -testnet " + _("Use the test network") + "\n";
strUsage += " -regtest " + _("Enter regression test mode, which uses a special chain in which blocks can be "
"solved instantly. This is intended for regression testing tools and app development.") + "\n";
"solved instantly. This is intended for regression testing tools and app development.") + "\n";
} else {
strUsage += _("RPC client options:") + "\n";
}