1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-09 17:00:44 +01:00

archlinux: fix wrong parameters in pacfiles alias (#8712)

This commit is contained in:
LuFan Zhong
2020-03-10 19:29:43 +08:00
committed by GitHub
parent a31dee2c14
commit 7900380239
2 changed files with 2 additions and 2 deletions

View File

@@ -119,7 +119,7 @@
| pacupg | sudo pacman -Syu | Sync with repositories before upgrading packages |
| upgrade | sudo pacman -Syu | Sync with repositories before upgrading packages |
| pacfileupg | sudo pacman -Fy | Download fresh package databases from the server |
| pacfiles | pacman -Fs | Search package file names for matching strings |
| pacfiles | pacman -F | Search package file names for matching strings |
| pacls | pacman -Ql | List files in a package |
| pacown | pacman -Qo | Show which package owns a file |