浏览代码

archlinux: fix minor typo (#7752)

yaourt -> yay
黄璞 5 年之前
父节点
当前提交
4aa545abed
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugins/archlinux/README.md

+ 1 - 1
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             |