mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-03 08:55:05 +00:00
Update cheatsheets
This commit is contained in:
@@ -26,8 +26,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Run a command keeping the real ownership of files instead of pretending they are owned by root:
|
||||
|
||||
`fakeroot --unknown-is-real -- {{command}} {{command_arguments}}`
|
||||
`fakeroot {{[-u|--unknown-is-real]}} -- {{command}} {{command_arguments}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`fakeroot --help`
|
||||
`fakeroot {{[-h|--help]}}`
|
||||
|
||||
Reference in New Issue
Block a user