Fix wrong command and flag usage description (#1412)

This commit is contained in:
Ta-Ching Chen
2019-11-17 02:39:31 +08:00
committed by GitHub
parent b5c8ea0e13
commit b97a3c4b0a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ func Commands() *cobra.Command {
destroyCmd := &cobra.Command{
Use: "destroy",
Short: "Delete an environment",
Short: "Delete all Fission resources in the application specification",
RunE: wrapper.Wrapper(Destroy),
}
wrapper.SetFlags(destroyCmd, flag.FlagSet{