Better destinction between long and short form option specification.

This commit is contained in:
Steven Black 2016-03-13 00:32:14 -05:00
parent a081330fea
commit 75d4646d8f

View File

@ -12,7 +12,7 @@ Here are some sample calls, which vary which extensions are included.
**Using Python 3**:
python3 updateHostsFile.py -a --extensions porn social gambling
python3 updateHostsFile.py -auto --extensions porn social gambling
or, in short form:
@ -22,7 +22,7 @@ or, in short form:
**Using Python 2.7**:
python updateHostsFile.py -a --extensions porn social gambling
python updateHostsFile.py -auto --extensions porn social gambling
or, in short form: