aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2013-03-21 08:21:53 +0100
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2013-03-21 08:23:23 +0100
commit967125ca4a4c2386f571b2e9cb75ef8665921dca (patch)
tree71cbb48bd11e253a38afb042edaf0fa756d5a8c7 /src/init.cpp
parent48253c16bfbe0eafbbc5818d86df12963c637f4e (diff)
downloadbitcoin-967125ca4a4c2386f571b2e9cb75ef8665921dca.tar.xz
blockchain -> block chain (used everywhere else)
Diffstat (limited to 'src/init.cpp')
-rw-r--r--src/init.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp
index 63610b17fb..c34e108430 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -309,7 +309,7 @@ std::string HelpMessage()
" -checklevel=<n> " + _("How thorough the block verification is (0-4, default: 3)") + "\n" +
" -txindex " + _("Maintain a full transaction index (default: 0)") + "\n" +
" -loadblock=<file> " + _("Imports blocks from external blk000??.dat file") + "\n" +
- " -reindex " + _("Rebuild blockchain index from current blk000??.dat files") + "\n" +
+ " -reindex " + _("Rebuild block chain index from current blk000??.dat files") + "\n" +
" -par=N " + _("Set the number of script verification threads (1-16, 0=auto, default: 0)") + "\n" +
"\n" + _("Block creation options:") + "\n" +