forked from LaconicNetwork/kompose
Apply suggestions from code review
Co-authored-by: Charlie Drage <charlie@charliedrage.com>
This commit is contained in:
parent
821b1afbf6
commit
134db384b2
@ -201,7 +201,7 @@ func init() {
|
||||
|
||||
convertCmd.Flags().IntVar(&ConvertYAMLIndent, "indent", 2, "Spaces length to indent generated yaml files")
|
||||
|
||||
convertCmd.Flags().StringArrayVar(&ConvertProfiles, "profile", []string{}, `Specify the profile to use, can use multiple.`)
|
||||
convertCmd.Flags().StringArrayVar(&ConvertProfiles, "profile", []string{}, `Specify the profile to use, can use multiple profiles`)
|
||||
|
||||
// In order to 'separate' both OpenShift and Kubernetes only flags. A custom help page is created
|
||||
customHelp := `Usage:{{if .Runnable}}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user