diff options
author | Jeff Garzik <jgarzik@exmulti.com> | 2013-03-29 07:49:56 -0700 |
---|---|---|
committer | Jeff Garzik <jgarzik@exmulti.com> | 2013-03-29 07:49:56 -0700 |
commit | 8455310a7bbba7fea28dc604df37c9fb9d2719c7 (patch) | |
tree | 829df8571d0a1aadb37909d5d494cf3300d0cb0d /src/init.cpp | |
parent | ea62520426c367905a18ab21db083e7e2d6994b6 (diff) | |
parent | 3d9d2d423bbdf97ef729b8c4a2dddc30a01e1415 (diff) |
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.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/init.cpp b/src/init.cpp index 63610b17fb..7c72982dd2 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" + |