diff --git a/cmd/convert.go b/cmd/convert.go index cf3a7486..58fcbc9d 100644 --- a/cmd/convert.go +++ b/cmd/convert.go @@ -122,7 +122,7 @@ func init() { convertCmd.Flags().MarkHidden("build-branch") // Standard between the two - convertCmd.Flags().StringVar(&ConvertBuild, "build", "none", `Set the type of build ("local"|"build-config" (OpenShift only)|"none")`) + convertCmd.Flags().StringVar(&ConvertBuild, "build", "none", `Set the type of build ("local"|"build-config"(OpenShift only)|"none")`) convertCmd.Flags().BoolVarP(&ConvertYaml, "yaml", "y", false, "Generate resource files into YAML format") convertCmd.Flags().MarkDeprecated("yaml", "YAML is the default format now.") convertCmd.Flags().MarkShorthandDeprecated("y", "YAML is the default format now.")