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