aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2012-01-03 15:24:28 -0500
committerGavin Andresen <gavinandresen@gmail.com>2012-01-03 15:48:59 -0500
commitd237f62c2360107235fc75f4533711e98c70e2aa (patch)
treecc91ec15cbefb109bc0506f12733a03f173c60a1 /src/init.cpp
parent96d3bcb99690726d4c0e28355cc87c25e14f4c8d (diff)
downloadbitcoin-d237f62c2360107235fc75f4533711e98c70e2aa.tar.xz
-blocknotify=command argument, implemented using system() and boost::thread
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 8cbf21cc4b..a2e77b4233 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -227,6 +227,7 @@ bool AppInit2(int argc, char* argv[])
" -rpcport=<port> \t\t " + _("Listen for JSON-RPC connections on <port> (default: 8332)") + "\n" +
" -rpcallowip=<ip> \t\t " + _("Allow JSON-RPC connections from specified IP address") + "\n" +
" -rpcconnect=<ip> \t " + _("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" +
" -keypool=<n> \t " + _("Set key pool size to <n> (default: 100)") + "\n" +
" -rescan \t " + _("Rescan the block chain for missing wallet transactions") + "\n";