Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-01 00:21:41 +00:00
parent c89efc555f
commit 2be0d1874d
20 changed files with 199 additions and 23 deletions

View File

@@ -27,7 +27,7 @@ source: https://github.com/tldr-pages/tldr.git
- Simulate running a service's custom command:
`sudo rc-service --dry-run {{service_name}} {{command_name}}`
`sudo rc-service {{[-Z|--dry-run]}} {{service_name}} {{command_name}}`
- Actually run a service's custom command:
@@ -35,4 +35,4 @@ source: https://github.com/tldr-pages/tldr.git
- Resolve the location of a service definition on disk:
`sudo rc-service --resolve {{service_name}}`
`sudo rc-service {{[-r|--resolve]}} {{service_name}}`