diff options
| author | Wladimir J. van der Laan <[email protected]> | 2013-04-01 07:45:11 -0700 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2013-04-01 07:45:11 -0700 |
| commit | cf4d976f0e210ac2e5982f5386cd0e4c0a5a0455 (patch) | |
| tree | 8e274b05875e1784fa1f52f34de52f5c31290595 /src/init.cpp | |
| parent | Merge pull request #2437 from Diapolo/Qt_fixes (diff) | |
| parent | blockchain -> block chain (used everywhere else) (diff) | |
| download | discoin-cf4d976f0e210ac2e5982f5386cd0e4c0a5a0455.tar.xz discoin-cf4d976f0e210ac2e5982f5386cd0e4c0a5a0455.zip | |
Merge pull request #2387 from Diapolo/translations
translations update 2013-03-19 (bitcoinstrings.cpp / bitcoin_en.ts)
Diffstat (limited to 'src/init.cpp')
| -rw-r--r-- | src/init.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp index 1bf76631d..bb22b1d24 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" + |