mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-22 19:04:11 +02:00
...
This commit is contained in:
parent
37d43bd6b2
commit
e29c081177
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
|
@ -36,7 +36,7 @@ def format_usage(self, usage):
|
|||
def format_heading(self, heading):
|
||||
from calibre.utils.terminal import colored
|
||||
return "%*s%s:\n" % (self.current_indent, '',
|
||||
colored(heading, fg='blue'))
|
||||
colored(heading, fg='blue', bold=True))
|
||||
|
||||
def format_option(self, option):
|
||||
import textwrap
|
||||
|
|
|
|||
Loading…
Reference in a new issue