mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-11 09:13:57 -04:00
Make --help text pretty
This commit is contained in:
parent
baded2c885
commit
262e81a905
@ -107,7 +107,7 @@ class OptionParser(_OptionParser):
|
||||
def __init__(self,
|
||||
usage='%prog [options] filename',
|
||||
version='%%prog (%s %s)'%(__appname__, __version__),
|
||||
epilog=_('Created by ')+__author__,
|
||||
epilog=_('Created by ')+terminal_controller.RED+__author__+terminal_controller.NORMAL,
|
||||
gui_mode=False,
|
||||
**kwds):
|
||||
_OptionParser.__init__(self, usage=usage, version=version, epilog=epilog,
|
||||
|
Loading…
x
Reference in New Issue
Block a user