pages.*/*: remove mnemonics since example has short/long option (#14648)

This commit is contained in:
Sebastiaan Speck
2024-11-16 17:39:01 +01:00
committed by GitHub
parent 37705437e1
commit a49e73b789
18 changed files with 22 additions and 22 deletions

View File

@@ -24,7 +24,7 @@
`asciinema play https://asciinema.org/a/{{cast_id}}`
- Make a new recording, limiting any [i]dle time to at most 2.5 seconds:
- Make a new recording, limiting any idle time to at most 2.5 seconds:
`asciinema rec {{-i|--idle-time-limit}} 2.5`

View File

@@ -20,7 +20,7 @@
`calibredb add {{path/to/file1 path/to/file2 ...}}`
- [r]ecursively add all e-books under a directory to the library:
- Recursively add all e-books under a directory to the library:
`calibredb add {{-r|--recurse}} {{path/to/directory}}`