diff options
| author | Wladimir J. van der Laan <[email protected]> | 2013-04-10 13:00:56 -0700 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2013-04-10 13:00:56 -0700 |
| commit | bb8bc860e3445ca22209e6cc931bc4b1c139a3a1 (patch) | |
| tree | 82dd54da711b7bbd11ecb18489fdac79f6b34c36 /src/init.cpp | |
| parent | Merge pull request #2498 from jonasschnelli/addressbookpage_mac_fix (diff) | |
| parent | translations update 2013-04-08 (diff) | |
| download | discoin-bb8bc860e3445ca22209e6cc931bc4b1c139a3a1.tar.xz discoin-bb8bc860e3445ca22209e6cc931bc4b1c139a3a1.zip | |
Merge pull request #2487 from Diapolo/translations
translations update 2013-04-08
Diffstat (limited to 'src/init.cpp')
| -rw-r--r-- | src/init.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/init.cpp b/src/init.cpp index 66272e842..70a923338 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -334,7 +334,7 @@ std::string HelpMessage() " -rpcport=<port> " + _("Listen for JSON-RPC connections on <port> (default: 8332 or testnet: 18332)") + "\n" + " -rpcallowip=<ip> " + _("Allow JSON-RPC connections from specified IP address") + "\n" + " -rpcconnect=<ip> " + _("Send commands to node running on <ip> (default: 127.0.0.1)") + "\n" + - " -rpcthreads=<n> " + _("Use this many threads to service RPC calls (default: 4)") + "\n" + + " -rpcthreads=<n> " + _("Set the number of threads to service RPC calls (default: 4)") + "\n" + " -blocknotify=<cmd> " + _("Execute command when the best block changes (%s in cmd is replaced by block hash)") + "\n" + " -walletnotify=<cmd> " + _("Execute command when a wallet transaction changes (%s in cmd is replaced by TxID)") + "\n" + " -alertnotify=<cmd> " + _("Execute command when a relevant alert is received (%s in cmd is replaced by message)") + "\n" + @@ -347,7 +347,7 @@ std::string HelpMessage() " -txindex " + _("Maintain a full transaction index (default: 0)") + "\n" + " -loadblock=<file> " + _("Imports blocks from external blk000??.dat file") + "\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" + + " -par=<n> " + _("Set the number of script verification threads (1-16, 0=auto, default: 0)") + "\n" + "\n" + _("Block creation options:") + "\n" + " -blockminsize=<n> " + _("Set minimum block size in bytes (default: 0)") + "\n" + |