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:
parent
bf7e237e5c
commit
c07b087b52
@ -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',
|
||||
|
@ -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',
|
||||
|
@ -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',
|
||||
|
@ -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',
|
||||
|
@ -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',
|
||||
|
@ -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',
|
||||
|
@ -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…
x
Reference in New Issue
Block a user