Parcourir la source

Help improved

Jguer il y a 8 ans
Parent
commit
0d44ecc0ea
1 fichiers modifiés avec 6 ajouts et 1 suppressions
  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
 `)
 }