This commit is contained in:
Kovid Goyal 2012-11-20 22:29:26 +05:30
parent 37d43bd6b2
commit e29c081177
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -36,7 +36,7 @@ class CustomHelpFormatter(IndentedHelpFormatter):
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