diff options
| author | billym2k <[email protected]> | 2014-02-06 12:36:13 -0800 |
|---|---|---|
| committer | billym2k <[email protected]> | 2014-02-06 12:36:13 -0800 |
| commit | 7b55eff3b566a56e8f190019805d06a1de24d1f8 (patch) | |
| tree | f0528e51321af98767ccd2694c635b638f358f10 /src | |
| parent | Merge pull request #215 from billym2k/master-1.5 (diff) | |
| parent | Document the -change option. (diff) | |
| download | discoin-7b55eff3b566a56e8f190019805d06a1de24d1f8.tar.xz discoin-7b55eff3b566a56e8f190019805d06a1de24d1f8.zip | |
Merge pull request #219 from dooglus/change-1.5
Document the -change option.
Diffstat (limited to 'src')
| -rw-r--r-- | src/init.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/init.cpp b/src/init.cpp index 58322d3d6..39418a9da 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -1,3 +1,4 @@ + // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Copyright (c) 2013-2014 Dogecoin Developers @@ -312,6 +313,7 @@ std::string HelpMessage() " -maxconnections=<n> " + _("Maintain at most <n> connections to peers (default: 125)") + "\n" + " -addnode=<ip> " + _("Add a node to connect to and attempt to keep the connection open") + "\n" + " -connect=<ip> " + _("Connect only to the specified node(s)") + "\n" + + " -change=<address> " + _("Send change only to the specified address(es)") + "\n" + " -seednode=<ip> " + _("Connect to a node to retrieve peer addresses, and disconnect") + "\n" + " -externalip=<ip> " + _("Specify your own public address") + "\n" + " -onlynet=<net> " + _("Only connect to nodes in network <net> (IPv4, IPv6 or Tor)") + "\n" + |