From 9162462dabfffc4dbe1b244a69bf8e59b974a176 Mon Sep 17 00:00:00 2001 From: jebabin Date: Thu, 7 Sep 2023 23:12:49 +0200 Subject: [PATCH] Update flags.go Env variable -> arguments --- internal/flags/flags.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/flags/flags.go b/internal/flags/flags.go index f8ee9b6..e8a47d0 100644 --- a/internal/flags/flags.go +++ b/internal/flags/flags.go @@ -190,7 +190,7 @@ func RegisterSystemFlags(rootCmd *cobra.Command) { "label-take-precedence", "", viper.GetBool("WATCHTOWER_LABEL_TAKE_PRECEDENCE"), - "Label applied to containers take precedence over environement variable") + "Label applied to containers take precedence over arguments") } // RegisterNotificationFlags that are used by watchtower to send notifications