diff --git a/py-i2phosts-builder b/py-i2phosts-builder index 11d43b9..614a695 100755 --- a/py-i2phosts-builder +++ b/py-i2phosts-builder @@ -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