1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-01-22 04:24:15 +00:00

Update issues URL

This commit is contained in:
Hidden Z 2017-02-25 07:39:40 +00:00
parent bf7e237e5c
commit c07b087b52
7 changed files with 7 additions and 7 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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