forked from LaconicNetwork/kompose
Merge pull request #1485 from mac-chaffee/fixups
Remove [file] from convert helptext
This commit is contained in:
+1
-1
@@ -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) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user