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