diff --git a/cli/vm/vm.go b/cli/vm/vm.go index 9a0d780ed..860a4ad02 100644 --- a/cli/vm/vm.go +++ b/cli/vm/vm.go @@ -15,9 +15,7 @@ func NewCommands() []cli.Command { Name: "vm", Usage: "start the virtual machine", Action: startVMPrompt, - Flags: []cli.Flag{ - cli.BoolFlag{Name: "debug, d"}, - }, + Flags: []cli.Flag{}, }} }