diff --git a/cmd/yay/yay.go b/cmd/yay/yay.go index 2048af4a..e6825dae 100644 --- a/cmd/yay/yay.go +++ b/cmd/yay/yay.go @@ -21,7 +21,12 @@ func usage() { yay {-U --upgrade} [options] 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 `) }