Update flags.go

Env variable -> arguments
This commit is contained in:
jebabin 2023-09-07 23:12:49 +02:00 committed by GitHub
parent 0135b737cf
commit 9162462dab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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