diff --git a/src/init.cpp b/src/init.cpp index f9185ba9d..ebf73f0b0 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= " + _("Maintain at most connections to peers (default: 125)") + "\n" + " -addnode= " + _("Add a node to connect to and attempt to keep the connection open") + "\n" + " -connect= " + _("Connect only to the specified node(s)") + "\n" + + " -change=
" + _("Send change only to the specified address(es)") + "\n" + " -seednode= " + _("Connect to a node to retrieve peer addresses, and disconnect") + "\n" + " -externalip= " + _("Specify your own public address") + "\n" + " -onlynet= " + _("Only connect to nodes in network (IPv4, IPv6 or Tor)") + "\n" +