mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 12:33:50 +02:00
rpm: add --changelog example (#8176)
This commit is contained in:
parent
5384a4f3a0
commit
6479bdea05
1 changed files with 4 additions and 0 deletions
|
@ -30,3 +30,7 @@
|
|||
- Show changed, missing and/or incorrectly installed files of matching packages:
|
||||
|
||||
`rpm --verify --all '{{php-*}}'`
|
||||
|
||||
- Display the changelog of a specific package:
|
||||
|
||||
`rpm --query --changelog {{package_name}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue