Remove [file] from convert helptext

Signed-off-by: Mac Chaffee <machaffe@renci.org>
This commit is contained in:
Mac Chaffee 2022-03-09 18:45:36 -05:00
parent b796ec0222
commit 4a8bd3f482
No known key found for this signature in database
GPG Key ID: B3F365D5578BE236

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) {