diff options
author | 黄璞 <awsomekde@gmail.com> | 2019-04-09 23:24:31 +0800 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2019-04-09 17:24:31 +0200 |
commit | 4aa545abedb430df2fa1ae2cc7cc502a5be1a80b (patch) | |
tree | d1804ed375522bdc8feea9e12e9c06c619dd2cf3 /plugins/archlinux/README.md | |
parent | a628b552c47be4e571dcba751ac12d0bf1d14133 (diff) | |
download | zsh-4aa545abedb430df2fa1ae2cc7cc502a5be1a80b.tar.gz zsh-4aa545abedb430df2fa1ae2cc7cc502a5be1a80b.tar.bz2 zsh-4aa545abedb430df2fa1ae2cc7cc502a5be1a80b.zip |
archlinux: fix minor typo (#7752)
yaourt -> yay
Diffstat (limited to 'plugins/archlinux/README.md')
-rw-r--r-- | plugins/archlinux/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/archlinux/README.md b/plugins/archlinux/README.md index 7ebe8e53d..ff2b6a4c4 100644 --- a/plugins/archlinux/README.md +++ b/plugins/archlinux/README.md @@ -14,7 +14,7 @@ | yalocs | yay -Qs | Search for packages in the local database | | yalst | yay -Qe | List installed packages including from AUR (tagged as "local") | | yamir | yay -Syy | Force refresh of all package lists after updating mirrorlist | -| yaorph | yay -Qtd | Remove orphans using yaourt | +| yaorph | yay -Qtd | Remove orphans using yay | | yare | yay -R | Remove packages, keeping its settings and dependencies | | yarem | yay -Rns | Remove packages, including its settings and unneeded dependencies | | yarep | yay -Si | Display information about a package in the repositories | |