mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-26 14:53:07 +00:00
Update cheatsheets
This commit is contained in:
@@ -30,6 +30,6 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`pacman -Dkq`
|
||||
|
||||
- Display help:
|
||||
- Display [h]elp:
|
||||
|
||||
`pacman -D --help`
|
||||
`pacman -Dh`
|
||||
|
||||
@@ -21,6 +21,6 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`pacman -T "{{bash>5}}"`
|
||||
|
||||
- Display help:
|
||||
- Display [h]elp:
|
||||
|
||||
`pacman -T --help`
|
||||
`pacman -Th`
|
||||
|
||||
@@ -21,7 +21,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`sudo pacman -U --overwrite {{path/to/file}} {{path/to/package.pkg.tar.zst}}`
|
||||
|
||||
- Install a package, skipping the dependency [(d)] version checks:
|
||||
- Install a package, skipping the [d]ependency version checks:
|
||||
|
||||
`sudo pacman -Ud {{path/to/package.pkg.tar.zst}}`
|
||||
|
||||
@@ -29,6 +29,6 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`pacman -Up {{path/to/package.pkg.tar.zst}}`
|
||||
|
||||
- Display help:
|
||||
- Display [h]elp:
|
||||
|
||||
`pacman -U --help`
|
||||
`pacman -Uh`
|
||||
|
||||
Reference in New Issue
Block a user