mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-16 15:10:12 +01:00
Update flags.go
Env variable -> arguments
This commit is contained in:
parent
0135b737cf
commit
9162462dab
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue