aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
diff options
context:
space:
mode:
authorJeff Garzik <[email protected]>2013-03-29 07:49:56 -0700
committerJeff Garzik <[email protected]>2013-03-29 07:49:56 -0700
commit8455310a7bbba7fea28dc604df37c9fb9d2719c7 (patch)
tree829df8571d0a1aadb37909d5d494cf3300d0cb0d /src/init.cpp
parentMerge pull request #2424 from laanwj/2013_03_capslock (diff)
parentRecommend alertnotify (diff)
downloaddiscoin-8455310a7bbba7fea28dc604df37c9fb9d2719c7.tar.xz
discoin-8455310a7bbba7fea28dc604df37c9fb9d2719c7.zip
Merge pull request #2385 from gavinandresen/alertnotify
alertnotify, so bitcoind users can get email/sms/whatever of alerts
Diffstat (limited to 'src/init.cpp')
-rw-r--r--src/init.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/init.cpp b/src/init.cpp
index 63610b17f..7c72982dd 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -301,6 +301,7 @@ std::string HelpMessage()
" -rpcconnect=<ip> " + _("Send commands to node running on <ip> (default: 127.0.0.1)") + "\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" +
" -upgradewallet " + _("Upgrade wallet to latest format") + "\n" +
" -keypool=<n> " + _("Set key pool size to <n> (default: 100)") + "\n" +
" -rescan " + _("Rescan the block chain for missing wallet transactions") + "\n" +