From d398eca9abb10b4b5f6b68aa08f09f97290a4c83 Mon Sep 17 00:00:00 2001 From: Hidden Z Date: Sat, 30 Oct 2010 21:55:00 +0000 Subject: [PATCH] py-i2phosts-checker: update help text for --debug --- py-i2phosts-checker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-i2phosts-checker b/py-i2phosts-checker index e6897ea..2d31862 100755 --- a/py-i2phosts-checker +++ b/py-i2phosts-checker @@ -17,7 +17,7 @@ parser = argparse.ArgumentParser( description='Hosts checker for py-i2phosts.', epilog='Report bugs to http://zzz.i2p/topics/733') parser.add_argument('-d', '--debug', action='store_true', - help='write debug messages to stdout'), + help='set loglevel to debug and write messages to stdout'), parser.add_argument('-v', '--verbose', action='store_true', help='set loglevel to info and write messages to stdout'), parser.add_argument('-c', '--config', default='/etc/py-i2phosts/checker.conf', dest='config_file',