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
commit 8e94728ddb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,7 @@ var (
)
var convertCmd = &cobra.Command{
Use: "convert [file]",
Use: "convert",
Short: "Convert a Docker Compose file",
PreRun: func(cmd *cobra.Command, args []string) {