Update cheatsheets

This commit is contained in:
ivuorinen
2025-06-28 00:19:57 +00:00
parent 8d4568cb48
commit 42ee16d1f0
44 changed files with 155 additions and 107 deletions

View File

@@ -14,16 +14,16 @@ source: https://github.com/tldr-pages/tldr.git
- Start the daemon, logging to `stdout`:
`bluetoothd --nodetach`
`bluetoothd {{[-n|--nodetach]}}`
- Start the daemon with a specific configuration file (defaults to `/etc/bluetooth/main.conf`):
`bluetoothd --configfile {{path/to/file}}`
`bluetoothd {{[-f|--configfile]}} {{path/to/file}}`
- Start the daemon with verbose output to `stderr`:
`bluetoothd --debug`
`bluetoothd {{[-d|--debug]}}`
- Start the daemon with verbose output coming from specific files in the bluetoothd or plugins source:
`bluetoothd --debug={{path/to/file1:path/to/file2:...}}`
`bluetoothd {{[-d|--debug=]}}{{path/to/file1:path/to/file2:...}}`