Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-17 00:19:47 +00:00
parent b18a761896
commit aa594e72af
88 changed files with 444 additions and 114 deletions

View File

@@ -20,22 +20,22 @@ source: https://github.com/tldr-pages/tldr.git
`cupsd -l`
- Start `cupsd` using the specified [`c`]`upsd.conf` configuration file:
- Start `cupsd` using the specified `cupsd.conf` [c]onfiguration file:
`cupsd -c {{path/to/cupsd.conf}}`
- Start `cupsd` using the specified `cups-file`[`s`]`.conf` configuration file:
- Start `cupsd` using the specified `cups-files.conf` configuration file:
`cupsd -s {{path/to/cups-files.conf}}`
- [t]est the [`c`]`upsd.conf` configuration file for errors:
- [t]est the `cupsd.conf` [c]onfiguration file for errors:
`cupsd -t -c {{path/to/cupsd.conf}}`
- [t]est the `cups-file`[`s`]`.conf` configuration file for errors:
- [t]est the `cups-files.conf` configuration file for errors:
`cupsd -t -s {{path/to/cups-files.conf}}`
- Display help:
- Display [h]elp:
`cupsd -h`