mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-24 14:52:17 +00:00
Update cheatsheets
This commit is contained in:
@@ -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:...}}`
|
||||
|
||||
Reference in New Issue
Block a user