From fae3565684af7e6bdcc1900ac49a4efdfd68bd4a Mon Sep 17 00:00:00 2001 From: Hidden Z Date: Sat, 30 Oct 2010 19:03:14 +0000 Subject: [PATCH] py-i2phosts-maint: update help message for --debug --- py-i2phosts-maint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-i2phosts-maint b/py-i2phosts-maint index 43ddab5..765eba8 100755 --- a/py-i2phosts-maint +++ b/py-i2phosts-maint @@ -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()