From dafd5df3fbbcf190a82f23f4a956a1375be2c811 Mon Sep 17 00:00:00 2001 From: Hidden Z Date: Mon, 1 Nov 2010 21:23:07 +0000 Subject: [PATCH] py-i2phosts-builder: add -d/--debug Currently it does nothing, but may be used later. --- py-i2phosts-builder | 2 ++ 1 file changed, 2 insertions(+) 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