pacman-files: fix typo (#5793)
Parameter --quite is almost certainly a typo. A correct form is --quiet. This was tested before PR.
This commit is contained in:
parent
743f7d7d4f
commit
73cdbae087
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
- List only the package names:
|
||||
|
||||
`pacman --files --quite {{filename}}`
|
||||
`pacman --files --quiet {{filename}}`
|
||||
|
||||
- List the files owned by a specific package:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue