diff --git a/src/init.cpp b/src/init.cpp index cf66ce1f0..f005e87d8 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -207,6 +207,7 @@ std::string HelpMessage(HelpMessageMode hmm) strUsage += " -maxconnections= " + _("Maintain at most connections to peers (default: 125)") + "\n"; strUsage += " -addnode= " + _("Add a node to connect to and attempt to keep the connection open") + "\n"; strUsage += " -connect= " + _("Connect only to the specified node(s)") + "\n"; + strUsage += " -change=
" + _("Send change only to the specified address(es)") + "\n" + strUsage += " -seednode= " + _("Connect to a node to retrieve peer addresses, and disconnect") + "\n"; strUsage += " -externalip= " + _("Specify your own public address") + "\n"; strUsage += " -onlynet= " + _("Only connect to nodes in network (IPv4, IPv6 or Tor)") + "\n";