Issue #75: document the new --ip (long) and -i (short) option flags.
authorSteven Black <redacted>
Mon, 15 Feb 2016 22:08:58 +0000 (17:08 -0500)
committerSteven Black <redacted>
Mon, 15 Feb 2016 22:08:58 +0000 (17:08 -0500)
readme_template.md

index c1bc5e36e7ae15478cc5c5ea7fa274d52a01595e..70d0ab7e4c059172e3614fe44442807b5920b4c3 100644 (file)
@@ -47,7 +47,7 @@ versions (from locations defined by the update.info text file in each source's f
 
 **Usage**
 
-    python updateHostsFile.py [--auto]
+    python updateHostsFile.py [--auto] [--ip nnn.nnn.nnn.nnn]
 
 Command line options:
 
@@ -56,6 +56,9 @@ Command line options:
 * Host data sources are updated.
 * Your active hosts file is *not* replaced.
 
+`--ip nnn.nnn.nnn.nnn`: the IP address to use as the target.  Default is `0.0.0.0`.
+
+
 ## How do I control which sources are amalgamated?
 
 You can add additional sources by placing each in a subfolder of the `data/` folder. Provide a copy of that new
git clone https://git.99rst.org/PROJECT