aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
diff options
context:
space:
mode:
authorMatt Corallo <matt@bluematt.me>2011-12-16 19:48:03 -0500
committerMatt Corallo <matt@bluematt.me>2012-01-12 22:13:16 -0500
commitb24e6e4d1b917210b9e22711fb2535f53e949547 (patch)
tree65aef349a108c011dc828b3645dd0a8606d878cb /src/init.cpp
parent3f64fa1369bde45034e451c4093e0852e59a1cdf (diff)
downloadbitcoin-b24e6e4d1b917210b9e22711fb2535f53e949547.tar.xz
Add -keepnode which attempts to -addnode and keep a connection open
Diffstat (limited to 'src/init.cpp')
-rw-r--r--src/init.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp
index e01516eb33..890a7d03a2 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -192,7 +192,7 @@ bool AppInit2(int argc, char* argv[])
" -dns \t " + _("Allow DNS lookups for addnode and connect") + "\n" +
" -port=<port> \t\t " + _("Listen for connections on <port> (default: 8333 or testnet: 18333)") + "\n" +
" -maxconnections=<n>\t " + _("Maintain at most <n> connections to peers (default: 125)") + "\n" +
- " -addnode=<ip> \t " + _("Add a node to connect to") + "\n" +
+ " -addnode=<ip> \t " + _("Add a node to connect to and attempt to keep the connection open") + "\n" +
" -connect=<ip> \t\t " + _("Connect only to the specified node") + "\n" +
" -noirc \t " + _("Don't find peers using internet relay chat") + "\n" +
" -nolisten \t " + _("Don't accept connections from outside") + "\n" +