Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-28 00:18:38 +00:00
parent 9fe6559a97
commit a3692d638b
77 changed files with 334 additions and 180 deletions

View File

@@ -7,20 +7,20 @@ source: https://github.com/tldr-pages/tldr.git
> Compare package files using different modes.
> See also: `pkgctl`.
> More information: <https://manned.org/pkgctl-diff.1>.
> More information: <https://manned.org/pkgctl-diff>.
- Compare package files in tar content [l]ist different mode (default):
- Compare package files in tar content list different mode (default):
`pkgctl diff --list {{path/to/file|pkgname}}`
`pkgctl diff {{[-l|--list]}} {{path/to/file|pkgname}}`
- Compare package files in [d]iffoscope different mode:
- Compare package files in diffoscope different mode:
`pkgctl diff --diffoscope {{path/to/file|pkgname}}`
`pkgctl diff {{[-d|--diffoscope]}} {{path/to/file|pkgname}}`
- Compare package files in `.PKGINFO` different mode:
`pkgctl diff --pkginfo {{path/to/file|pkgname}}`
`pkgctl diff {{[-p|--pkginfo]}} {{path/to/file|pkgname}}`
- Compare package files in `.BUILDINFO` different mode:
`pkgctl diff --buildinfo {{path/to/file|pkgname}}`
`pkgctl diff {{[-b|--buildinfo]}} {{path/to/file|pkgname}}`