From fd7945b42b79bb1a9c8c642d70e19edf6eeb2782 Mon Sep 17 00:00:00 2001 From: Dominik Schrempf Date: Thu, 30 Jan 2020 13:38:31 +0100 Subject: [PATCH] Move note `yay --option /= yay -Syu --option`. --- cmd.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd.go b/cmd.go index dd8275f3..86da5241 100644 --- a/cmd.go +++ b/cmd.go @@ -35,6 +35,9 @@ New operations: yay {-P --show} [options] yay {-G --getpkgbuild} [package(s)] +If no arguments are provided 'yay -Syu' will be performed +If no operation is provided -Y will be assumed`) + New options: --repo Assume targets are from the repositories -a --aur Assume targets are from the AUR @@ -129,9 +132,6 @@ yay specific options: getpkgbuild specific options: -f --force Force download for existing ABS packages - -If no arguments are provided 'yay -Syu' will be performed -If no operation is provided -Y will be assumed`) } func handleCmd() (err error) {