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',