Fix help printing.

This commit is contained in:
Bastian Kleineidam 2012-06-20 20:12:22 +02:00
parent 2888528a13
commit 5193a3a1fd

View file

@ -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()