Browse Source

py-i2phosts-checker: update help text for --debug

pull/1/head
Hidden Z 14 years ago
parent
commit
d398eca9ab
  1. 2
      py-i2phosts-checker

2
py-i2phosts-checker

@ -17,7 +17,7 @@ parser = argparse.ArgumentParser( @@ -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',

Loading…
Cancel
Save