1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-01-22 12:34:17 +00:00

py-i2phosts-maint: update help message for --debug

This commit is contained in:
Hidden Z 2010-10-30 19:03:14 +00:00
parent b42a24339d
commit fae3565684

View File

@ -13,7 +13,7 @@ parser = argparse.ArgumentParser(
description='Hosts maintainer for py-i2phosts.',
epilog='Report bugs to http://zzz.i2p/topics/733')
parser.add_argument('-d', '--debug', action='store_true',
help='enable debug messages')
help='write debug messages to stdout')
parser.add_argument('-c', '--config', default='/etc/py-i2phosts/maintainer.conf', dest='config_file',
help='config file to use')
args = parser.parse_args()