mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-30 14:22:57 +02:00
...
This commit is contained in:
parent
9965600b3b
commit
8f17d21390
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ def render_options(cmd, groups, options_header=True, add_program=True, header_le
|
|||
|
||||
|
||||
def mark_options(raw):
|
||||
raw = re.sub(r'(\s+)--(\s+)', r'\1``--``\2', raw)
|
||||
raw = re.sub(r'(\s+)--(\s+)', ur'\1-\u200b-\2', raw)
|
||||
|
||||
def sub(m):
|
||||
opt = m.group()
|
||||
|
|
|
|||
Loading…
Reference in a new issue