1
0
mirror of synced 2026-02-13 13:06:56 +00:00

Add kustomization source and decryption provider flags

This commit is contained in:
“Anton
2020-10-19 12:46:10 +03:00
parent a58c18e992
commit 5fd28439dc
5 changed files with 133 additions and 32 deletions

View File

@@ -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, ", "))
}