diff options
| author | Gavin Andresen <[email protected]> | 2012-01-16 16:45:43 -0500 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2012-01-16 16:45:43 -0500 |
| commit | 8498c591448d01a8a8ccc5ad1e8cbee9dbcf1500 (patch) | |
| tree | 5084f2fedb69b5c3a58e2ea915b27adbf189c0e0 /src/init.cpp | |
| parent | Merge pull request #758 from Matoking/master (diff) | |
| parent | Minor code cleanup to use fHaveUPnP instead of #ifdef (diff) | |
| download | discoin-8498c591448d01a8a8ccc5ad1e8cbee9dbcf1500.tar.xz discoin-8498c591448d01a8a8ccc5ad1e8cbee9dbcf1500.zip | |
Merge branch 'keepnode' of https://github.com/TheBlueMatt/bitcoin
Diffstat (limited to 'src/init.cpp')
| -rw-r--r-- | src/init.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp index e01516eb3..890a7d03a 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" + |