Examples (8)
Start `cupsd` in the background, aka. as a daemon
Start `cupsd` on the [f]oreground
cupsd -f[l]aunch `cupsd` on-demand (commonly used by `launchd` or `systemd`)
cupsd -lStart `cupsd` using the specified `cupsd.conf` [c]onfiguration file
cupsd -c path/to/cupsd.confStart `cupsd` using the specified `cups-files.conf` configuration file
cupsd -s path/to/cups-files.conf[t]est the `cupsd.conf` [c]onfiguration file for errors
cupsd -t -c path/to/cupsd.conf[t]est the `cups-files.conf` configuration file for errors
cupsd -t -s path/to/cups-files.confDisplay [h]elp
cupsd -hmade by @shridhargupta | data from tldr-pages