Merge pull request #1485 from mac-chaffee/fixups

Remove [file] from convert helptext
This commit is contained in:
Kubernetes Prow Robot
2022-03-15 06:56:10 -07:00
committed by GitHub
+1 -1
View File
@@ -66,7 +66,7 @@ var (
) )
var convertCmd = &cobra.Command{ var convertCmd = &cobra.Command{
Use: "convert [file]", Use: "convert",
Short: "Convert a Docker Compose file", Short: "Convert a Docker Compose file",
PreRun: func(cmd *cobra.Command, args []string) { PreRun: func(cmd *cobra.Command, args []string) {