Skip to content

Commit

Permalink
fix: [L] and ([q])
Browse files Browse the repository at this point in the history
  • Loading branch information
You-Gao committed Dec 18, 2024
1 parent 8d58475 commit efd8569
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/linux/pacman-query.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@

`pacman -Qi {{package}}`

- [L]ist files owned by a package:
- Diplay the [l]ist of files owned by a specific package:

Check failure on line 23 in pages/linux/pacman-query.md

View workflow job for this annotation

GitHub Actions / build

Diplay ==> Display

Check failure on line 23 in pages/linux/pacman-query.md

View workflow job for this annotation

GitHub Actions / build

ist ==> is, it, its, it's, sit, list

`pacman -Ql {{package}}`

- List orphan packages (installed as [d]ependencies but unrequired ([t]) by any package without errors displayed ([q]):
- List orphan packages (installed as [d]ependencies but unrequired ([t]) by any package in quiet mode ([q]) (no errors displayed)):

`pacman -Qdtq`

Expand Down

0 comments on commit efd8569

Please sign in to comment.