From 24379373728e308f1b4aee603b353b26412bfc15 Mon Sep 17 00:00:00 2001 From: morganamilo Date: Thu, 12 Jul 2018 11:12:12 +0100 Subject: [PATCH] Show nothing to do message for nocombinedupgrade --- install.go | 1 + 1 file changed, 1 insertion(+) diff --git a/install.go b/install.go index 9db18c8..bd7c0c3 100644 --- a/install.go +++ b/install.go @@ -191,6 +191,7 @@ func install(parser *arguments) error { if len(dp.Aur) == 0 { if !config.CombinedUpgrade { + fmt.Println("There is nothing to do") return nil }