mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 16:13:31 +02:00
pkgctl-diff: add page (#10599)
This commit is contained in:
parent
8aacd0800b
commit
af6214eda3
1 changed files with 21 additions and 0 deletions
21
pages/linux/pkgctl-diff.md
Normal file
21
pages/linux/pkgctl-diff.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# pkgctl diff
|
||||
|
||||
> Compare package files using different modes.
|
||||
> See also: `pkgctl`.
|
||||
> More information: <https://man.archlinux.org/man/pkgctl-diff.1>.
|
||||
|
||||
- Compare package files in tar content [l]ist different mode (default):
|
||||
|
||||
`pkgctl diff --list {{path/to/file|pkgname}}`
|
||||
|
||||
- Compare package files in [d]iffoscope different mode:
|
||||
|
||||
`pkgctl diff --diffoscope {{path/to/file|pkgname}}`
|
||||
|
||||
- Compare package files in `.PKGINFO` different mode:
|
||||
|
||||
`pkgctl diff --pkginfo {{path/to/file|pkgname}}`
|
||||
|
||||
- Compare package files in `.BUILDINFO` different mode:
|
||||
|
||||
`pkgctl diff --buildinfo {{path/to/file|pkgname}}`
|
Loading…
Add table
Reference in a new issue