Skip to content

Commit

Permalink
klog: warn people that the flags may get removed in the future
Browse files Browse the repository at this point in the history
Signed-off-by: Maël Valais <mael@vls.dev>
  • Loading branch information
maelvls committed Mar 23, 2023
1 parent 5d89716 commit 0463cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/logs/logs.go
Expand Up @@ -83,7 +83,7 @@ func InitLogs(fs *pflag.FlagSet) {
// Unchanged.
default:
// Deprecated.
pf.Deprecated = fmt.Sprintf("this flag will be removed in cert-manager 1.15")
pf.Deprecated = fmt.Sprintf("this flag may be removed in the future")
}
fs.AddFlag(pf)
})
Expand Down

0 comments on commit 0463cef

Please sign in to comment.