mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-07 01:57:03 +00:00
Update cheatsheets
This commit is contained in:
10
tldr/cupsd
10
tldr/cupsd
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user