mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-10 23:47:05 +00:00
Update cheatsheets
This commit is contained in:
@@ -14,11 +14,11 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Use sudo and sudoedit to remove and merge files:
|
||||
|
||||
`pacdiff --sudo`
|
||||
`pacdiff {{[-s|--sudo]}}`
|
||||
|
||||
- Review files needing maintenance, creating `.bak`ups of the original if you `(O)verwrite`:
|
||||
|
||||
`pacdiff --sudo --backup`
|
||||
`pacdiff {{[-s|--sudo]}} {{[-b|--backup]}}`
|
||||
|
||||
- Use a specific editor to view and merge configuration files (default is `vim -d`):
|
||||
|
||||
@@ -26,8 +26,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Scan for configuration files with `locate` instead of using `pacman` database:
|
||||
|
||||
`pacdiff --locate`
|
||||
`pacdiff {{[-l|--locate]}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`pacdiff --help`
|
||||
`pacdiff {{[-h|--help]}}`
|
||||
|
||||
Reference in New Issue
Block a user