From add6e46b4c356d1c7865a605cd05e75de56587c2 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Mon, 24 Dec 2018 15:57:25 +0900 Subject: [PATCH] Minor improvement --- patches/add-item/add-item.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/patches/add-item/add-item.go b/patches/add-item/add-item.go index f549ca3a..beec2c41 100644 --- a/patches/add-item/add-item.go +++ b/patches/add-item/add-item.go @@ -4,7 +4,6 @@ import ( "flag" "github.com/animenotifier/arn" - "github.com/fatih/color" ) var nick string @@ -22,7 +21,7 @@ func main() { defer arn.Node.Close() if itemID == "" { - color.Red("Missing parameters") + flag.Usage() return }