mirror of
https://github.com/r4sas/py-i2phosts
synced 2025-01-08 22:07:55 +00:00
py-i2phosts-builder: add -d/--debug
Currently it does nothing, but may be used later.
This commit is contained in:
parent
4fa014add4
commit
dafd5df3fb
@ -13,6 +13,8 @@ parser.add_argument('-c', '--config', default='/etc/py-i2phosts/builder.conf', d
|
||||
help='config file to use')
|
||||
parser.add_argument('-f', '--file',
|
||||
help='write hosts into specified file')
|
||||
parser.add_argument('-d', '--debug', action='store_true',
|
||||
help='write debug messages to stdout')
|
||||
args = parser.parse_args()
|
||||
|
||||
# read config
|
||||
|
Loading…
Reference in New Issue
Block a user