aboutsummaryrefslogtreecommitdiff
path: root/src/rpcclient.cpp
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2013-12-03 13:57:54 +0100
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2013-12-09 10:09:59 +0100
commitb6aafca03d40739f02bbaebe58f9c66109790e64 (patch)
treebd240ac1bba57e1ba341bb6c516a05430def2324 /src/rpcclient.cpp
parent7202d9d9bf6e7442ea8e945b271dcec079ff5239 (diff)
downloadbitcoin-b6aafca03d40739f02bbaebe58f9c66109790e64.tar.xz
some string and indentation updates in init/rpcclient
Diffstat (limited to 'src/rpcclient.cpp')
-rw-r--r--src/rpcclient.cpp2
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";
}