Clarify different calls for Python 2.7 and Python 3.

This commit is contained in:
Steven Black 2016-02-16 11:01:43 -05:00
parent ec23dce915
commit 1109eeef80

View File

@ -47,6 +47,12 @@ versions (from locations defined by the update.info text file in each source's f
**Usage**
Using Python 3:
python3 updateHostsFile.py [--auto] [--ip nnn.nnn.nnn.nnn]
Using Python 2.7:
python updateHostsFile.py [--auto] [--ip nnn.nnn.nnn.nnn]
Command line options: