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 @@ -8,7 +8,7 @@ import configobj
# parse command line options
parser = argparse.ArgumentParser(
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',
help='config file to use')
parser.add_argument('-f', '--file',

2
bin/py-i2phosts-checker

@ -11,7 +11,7 @@ import time @@ -11,7 +11,7 @@ import time
# parse command line options
parser = argparse.ArgumentParser(
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',
help='set loglevel to debug and write messages to stdout'),
parser.add_argument('-v', '--verbose', action='store_true',

2
bin/py-i2phosts-fetcher

@ -16,7 +16,7 @@ import socket @@ -16,7 +16,7 @@ import socket
# parse command line options
parser = argparse.ArgumentParser(
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',
help='write debug messages to stdout instead of log 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 @@ -11,7 +11,7 @@ from django.core.exceptions import ValidationError
# parse command line options
parser = argparse.ArgumentParser(
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',
help='config file to use')
parser.add_argument('-f', '--file', dest='hostsfile',

2
bin/py-i2phosts-maint

@ -11,7 +11,7 @@ import configobj @@ -11,7 +11,7 @@ import configobj
# parse command line options
parser = argparse.ArgumentParser(
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',
help='write debug messages to stdout')
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(): @@ -96,7 +96,7 @@ def main():
# parse command line options
parser = argparse.ArgumentParser(
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',
help='run in debug mode without detaching from terminal'),
parser.add_argument('-v', '--verbose', action='store_true',

2
tools/fix-description

@ -34,7 +34,7 @@ def build_list(): @@ -34,7 +34,7 @@ def build_list():
# parse command line options
parser = argparse.ArgumentParser(
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',
help='config file to use')
parser.add_argument('-f', '--file', dest='hostsfile',

Loading…
Cancel
Save