浏览代码

Help improved

Jguer 8 年之前
父节点
当前提交
0d44ecc0ea
共有 1 个文件被更改,包括 6 次插入1 次删除
  1. 6 1
      cmd/yay/yay.go

+ 6 - 1
cmd/yay/yay.go

@@ -21,7 +21,12 @@ func usage() {
     yay {-U --upgrade}  [options] <file(s)>
 
     New operations:
-    yay -Qstats  -  Displays system information
+    yay -Qstats   displays system information
+
+    New options:
+    --topdown     shows repository's packages first and then aur's 
+    --downtop     shows aur's packages first and then repository's
+    --noconfirm   skip user input on package install
 `)
 }