remove unused from-compose-v2 flag

This commit is contained in:
ngtuna
2016-07-20 16:46:25 +07:00
parent a8add081ab
commit 37a154700b
2 changed files with 1 additions and 5 deletions
-4
View File
@@ -75,10 +75,6 @@ func ConvertCommand() cli.Command {
Name: "from-bundles",
Usage: "Getting input from docker DAB file",
},
cli.BoolFlag{
Name: "from-compose-v2",
Usage: "Getting input from docker compose file version 2",
},
},
}
}