Browse Source

Update issues URL

pull/1/head
Hidden Z 7 years ago
parent
commit
c07b087b52
  1. 2
      bin/py-i2phosts-builder
  2. 2
      bin/py-i2phosts-checker
  3. 2
      bin/py-i2phosts-fetcher
  4. 2
      bin/py-i2phosts-injector
  5. 2
      bin/py-i2phosts-maint
  6. 2
      bin/py-i2phosts-master
  7. 2
      tools/fix-description

2
bin/py-i2phosts-builder

@ -8,7 +8,7 @@ import configobj
# parse command line options # parse command line options
parser = argparse.ArgumentParser( parser = argparse.ArgumentParser(
description='Hosts builder for py-i2phosts.', description='Hosts builder for py-i2phosts.',
epilog='Report bugs to http://zzz.i2p/topics/733') epilog='Report bugs to https://github.com/i2phosts/py-i2phosts/issues')
parser.add_argument('-c', '--config', default='/etc/py-i2phosts/builder.conf', dest='config_file', parser.add_argument('-c', '--config', default='/etc/py-i2phosts/builder.conf', dest='config_file',
help='config file to use') help='config file to use')
parser.add_argument('-f', '--file', parser.add_argument('-f', '--file',

2
bin/py-i2phosts-checker

@ -11,7 +11,7 @@ import time
# parse command line options # parse command line options
parser = argparse.ArgumentParser( parser = argparse.ArgumentParser(
description='Hosts checker for py-i2phosts.', description='Hosts checker for py-i2phosts.',
epilog='Report bugs to http://zzz.i2p/topics/733') epilog='Report bugs to https://github.com/i2phosts/py-i2phosts/issues')
parser.add_argument('-d', '--debug', action='store_true', parser.add_argument('-d', '--debug', action='store_true',
help='set loglevel to debug and write messages to stdout'), help='set loglevel to debug and write messages to stdout'),
parser.add_argument('-v', '--verbose', action='store_true', parser.add_argument('-v', '--verbose', action='store_true',

2
bin/py-i2phosts-fetcher

@ -16,7 +16,7 @@ import socket
# parse command line options # parse command line options
parser = argparse.ArgumentParser( parser = argparse.ArgumentParser(
description='Hosts fetcher for py-i2phosts.', description='Hosts fetcher for py-i2phosts.',
epilog='Report bugs to http://zzz.i2p/topics/733') epilog='Report bugs to https://github.com/i2phosts/py-i2phosts/issues')
parser.add_argument('-d', '--debug', action='store_true', parser.add_argument('-d', '--debug', action='store_true',
help='write debug messages to stdout instead of log file'), help='write debug messages to stdout instead of log file'),
parser.add_argument('-c', '--config', default='/etc/py-i2phosts/fetcher.conf', dest='config_file', parser.add_argument('-c', '--config', default='/etc/py-i2phosts/fetcher.conf', dest='config_file',

2
bin/py-i2phosts-injector

@ -11,7 +11,7 @@ from django.core.exceptions import ValidationError
# parse command line options # parse command line options
parser = argparse.ArgumentParser( parser = argparse.ArgumentParser(
description='Hosts injector for py-i2phosts.', description='Hosts injector for py-i2phosts.',
epilog='Report bugs to http://zzz.i2p/topics/733') epilog='Report bugs to https://github.com/i2phosts/py-i2phosts/issues')
parser.add_argument('-c', '--config', default='/etc/py-i2phosts/injector.conf', dest='config_file', parser.add_argument('-c', '--config', default='/etc/py-i2phosts/injector.conf', dest='config_file',
help='config file to use') help='config file to use')
parser.add_argument('-f', '--file', dest='hostsfile', parser.add_argument('-f', '--file', dest='hostsfile',

2
bin/py-i2phosts-maint

@ -11,7 +11,7 @@ import configobj
# parse command line options # parse command line options
parser = argparse.ArgumentParser( parser = argparse.ArgumentParser(
description='Hosts maintainer for py-i2phosts.', description='Hosts maintainer for py-i2phosts.',
epilog='Report bugs to http://zzz.i2p/topics/733') epilog='Report bugs to https://github.com/i2phosts/py-i2phosts/issues')
parser.add_argument('-d', '--debug', action='store_true', parser.add_argument('-d', '--debug', action='store_true',
help='write debug messages to stdout') help='write debug messages to stdout')
parser.add_argument('-c', '--config', default='/etc/py-i2phosts/maintainer.conf', dest='config_file', parser.add_argument('-c', '--config', default='/etc/py-i2phosts/maintainer.conf', dest='config_file',

2
bin/py-i2phosts-master

@ -96,7 +96,7 @@ def main():
# parse command line options # parse command line options
parser = argparse.ArgumentParser( parser = argparse.ArgumentParser(
description='Master daemon for py-i2phosts.', description='Master daemon for py-i2phosts.',
epilog='Report bugs to http://zzz.i2p/topics/733') epilog='Report bugs to https://github.com/i2phosts/py-i2phosts/issues')
parser.add_argument('-d', '--debug', action='store_true', parser.add_argument('-d', '--debug', action='store_true',
help='run in debug mode without detaching from terminal'), help='run in debug mode without detaching from terminal'),
parser.add_argument('-v', '--verbose', action='store_true', parser.add_argument('-v', '--verbose', action='store_true',

2
tools/fix-description

@ -34,7 +34,7 @@ def build_list():
# parse command line options # parse command line options
parser = argparse.ArgumentParser( parser = argparse.ArgumentParser(
description='Description fixer for py-i2phosts.', description='Description fixer for py-i2phosts.',
epilog='Report bugs to http://zzz.i2p/topics/733') epilog='Report bugs to https://github.com/i2phosts/py-i2phosts/issues')
parser.add_argument('-c', '--config', default='/etc/py-i2phosts/fixer.conf', dest='config_file', parser.add_argument('-c', '--config', default='/etc/py-i2phosts/fixer.conf', dest='config_file',
help='config file to use') help='config file to use')
parser.add_argument('-f', '--file', dest='hostsfile', parser.add_argument('-f', '--file', dest='hostsfile',

Loading…
Cancel
Save