Ask users to report bugs to github's issues

pull/8/merge
Yaroslav Halchenko 2012-07-19 14:51:21 -04:00
parent 47e956bc8e
commit b33ae8c194
3 changed files with 3 additions and 3 deletions

View File

@ -101,7 +101,7 @@ class Fail2banClient:
printFormatted()
print
print "Report bugs to <cyril.jaquier@fail2ban.org>"
print "Report bugs to https://github.com/fail2ban/fail2ban/issues"
def dispInteractive(self):
print "Fail2Ban v" + version + " reads log file that contains password failure report"

View File

@ -122,7 +122,7 @@ class Fail2banRegex:
print " string a string representing an 'ignoreregex'"
print " filename path to a filter file (filter.d/sshd.conf)"
print
print "Report bugs to <cyril.jaquier@fail2ban.org>"
print "Report bugs to https://github.com/fail2ban/fail2ban/issues"
dispUsage = staticmethod(dispUsage)
def getCmdLineOptions(self, optList):

View File

@ -88,7 +88,7 @@ class Fail2banServer:
print " -h, --help display this help message"
print " -V, --version print the version"
print
print "Report bugs to <cyril.jaquier@fail2ban.org>"
print "Report bugs to https://github.com/fail2ban/fail2ban/issues"
def __getCmdLineOptions(self, optList):
""" Gets the command line options