mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-28 15:48:16 +00:00
Fix help printing.
This commit is contained in:
parent
2888528a13
commit
5193a3a1fd
1 changed files with 1 additions and 1 deletions
|
|
@ -248,7 +248,7 @@ class MyOptionParser (LCOptionParser):
|
|||
s = u"%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s" % (self.format_help(),
|
||||
Examples, LoggerTypes, RegularExpressions, CookieFormat,
|
||||
ProxySupport, Notes, Retval, Warnings)
|
||||
self.print_help_msg(s)
|
||||
self.print_help_msg(s, file)
|
||||
|
||||
# instantiate option parser and configure options
|
||||
optparser = MyOptionParser()
|
||||
|
|
|
|||
Loading…
Reference in a new issue