mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-05 03:44:07 +00:00
Update cheatsheets
This commit is contained in:
@@ -22,7 +22,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Show properties of a specific user unit:
|
||||
|
||||
`systemctl show --user {{unit}}`
|
||||
`systemctl show {{unit}} --user`
|
||||
|
||||
- Include empty properties in the list:
|
||||
|
||||
@@ -30,4 +30,4 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Only show the specified properties:
|
||||
|
||||
`systemctl show {{[-p|--property]}} {{Wants,Conflicts,...}} {{unit}}`
|
||||
`systemctl show {{unit}} {{[-p|--property]}} {{Wants,Conflicts,...}}`
|
||||
|
||||
Reference in New Issue
Block a user