rpm: add --changelog example (#8176)
This commit is contained in:
parent
5384a4f3a0
commit
6479bdea05
|
|
@ -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…
Reference in New Issue