Document the -change option.

Conflicts:

	src/init.cpp
This commit is contained in:
Chris Moore 2014-02-06 12:11:42 -08:00 committed by Ross Nicoll
parent 37fd22772f
commit fa3a670560
No known key found for this signature in database
GPG key ID: 9142E5F7E533CE3B

View file

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