X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ocd%2Fcli%2Fealt%2Fcmd%2Fapplcmpkg%2Fdelete.go;h=44c4a94bc1733465b446d59f9666382c805330b3;hb=caf01eef6ab04caccb08847930d2729794784b64;hp=d3104acff7ea885f45671a0f4ecc27b588e6fa2b;hpb=5d07bea8b04559a4e93774702cca1a09fc755323;p=ealt-edge.git diff --git a/ocd/cli/ealt/cmd/applcmpkg/delete.go b/ocd/cli/ealt/cmd/applcmpkg/delete.go index d3104ac..44c4a94 100644 --- a/ocd/cli/ealt/cmd/applcmpkg/delete.go +++ b/ocd/cli/ealt/cmd/applcmpkg/delete.go @@ -25,12 +25,10 @@ import ( func NewApplcmDeleteCommand() *cobra.Command { var cmd = &cobra.Command{ Use: "delete", - Short: "Install Complete EALT Deployment Environment", - Long: `Install Complete EALT Deployment Environment`, + Short: "Delete the application from the MEP Node.", + Long: `Delete the application from the MEP Node.`, RunE: func(cmd *cobra.Command, args []string) error { - var theFlags []string - theFlags[0] = cmd.Flag("appid").Value.String() - + theFlags := []string{cmd.Flag("appid").Value.String()} err := adapter.BuilderRequest(theFlags, "NewApplcmDeleteCommand") if err != nil { return err