Update documentation of --to

This commit is contained in:
Kovid Goyal
2022-08-16 16:10:49 +05:30
parent 393820e77a
commit 10b74d0703
3 changed files with 14 additions and 5 deletions

View File

@@ -117,7 +117,7 @@ def title(x: str) -> str:
@role
def opt(text: str) -> str:
return text
return bold(text)
@role