Add kustomization source and decryption provider flags
This commit is contained in:
@@ -50,5 +50,5 @@ func (l *LogLevel) Type() string {
|
||||
}
|
||||
|
||||
func (l *LogLevel) Description() string {
|
||||
return fmt.Sprintf("log level, available options are: (%s)", strings.Join(supportedArchs, ", "))
|
||||
return fmt.Sprintf("log level, available options are: (%s)", strings.Join(supportedLogLevels, ", "))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user