Update cheatsheets

This commit is contained in:
ivuorinen
2025-01-04 00:17:12 +00:00
parent 9c557e0c60
commit 2661ee0973
4 changed files with 8 additions and 8 deletions

View File

@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# false
> Returns a non-zero exit code.
> More information: <https://www.gnu.org/software/coreutils/false>.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/false-invocation.html>.
- Return a non-zero exit code:

View File

@@ -30,6 +30,6 @@ source: https://github.com/tldr-pages/tldr.git
`pacman -Dkq`
- Display help:
- Display [h]elp:
`pacman -D --help`
`pacman -Dh`

View File

@@ -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`

View File

@@ -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`