diff --git a/cmd/destroy.go b/cmd/destroy.go index 703649406..d57d4d78e 100644 --- a/cmd/destroy.go +++ b/cmd/destroy.go @@ -130,5 +130,5 @@ func init() { clusterCmd.AddCommand(destroyCmd) currentCommand := destroyCmd flagset.DefineGlobalFlags(currentCommand) - flagset.DefineCreateFlags(currentCommand) + flagset.DefineDestroyFlags(currentCommand) }