Update cheatsheets

This commit is contained in:
ivuorinen
2025-01-06 00:18:31 +00:00
parent c41e4ca75d
commit b7f757ba3c
10 changed files with 113 additions and 29 deletions

View File

@@ -21,7 +21,7 @@ source: https://github.com/tldr-pages/tldr.git
`lpr -P {{printer}} {{path/to/file}}`
- Print either a single page (e.g. 2) or a range of pages (e.g. 216):
- Print either a single page (e.g. 2) or a range of pages (e.g. 2-16):
`lpr -o page-ranges={{2|2-16}} {{path/to/file}}`