diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2013-12-03 13:57:54 +0100 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2013-12-09 10:09:59 +0100 |
commit | b6aafca03d40739f02bbaebe58f9c66109790e64 (patch) | |
tree | bd240ac1bba57e1ba341bb6c516a05430def2324 /src/rpcclient.cpp | |
parent | 7202d9d9bf6e7442ea8e945b271dcec079ff5239 (diff) |
some string and indentation updates in init/rpcclient
Diffstat (limited to 'src/rpcclient.cpp')
-rw-r--r-- | src/rpcclient.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpcclient.cpp b/src/rpcclient.cpp index a3168917fc..c404ac274b 100644 --- a/src/rpcclient.cpp +++ b/src/rpcclient.cpp @@ -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"; } |