From fa3a670560550ab04e4b888009a7a732304679ff Mon Sep 17 00:00:00 2001 From: Chris Moore Date: Thu, 6 Feb 2014 12:11:42 -0800 Subject: [PATCH] Document the -change option. Conflicts: src/init.cpp --- src/init.cpp | 1 + 1 file changed, 1 insertion(+) 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";