X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ocd%2Fcli%2Fealt%2Fcmd%2Fappm%2Fdelete.go;h=e64e949765da50981eb109e97765466d859e2207;hb=refs%2Fchanges%2F06%2F3506%2F2;hp=cb79a5279aee25c854076ce3dc5aeb2ea23ed3bc;hpb=bc85833c9f544e8486e72a2c78472ef40a81ed23;p=ealt-edge.git diff --git a/ocd/cli/ealt/cmd/appm/delete.go b/ocd/cli/ealt/cmd/appm/delete.go index cb79a52..e64e949 100644 --- a/ocd/cli/ealt/cmd/appm/delete.go +++ b/ocd/cli/ealt/cmd/appm/delete.go @@ -25,11 +25,10 @@ import ( func NewAppDeleteCommand() *cobra.Command { var cmd = &cobra.Command{ Use: "delete", - Short: "Install Complete EALT Deployment Environment", - Long: `Install Complete EALT Deployment Environment`, + Short: "Remove the Application Package from the MECM Host.", + Long: `Remove the Application Package from the MECM Host.`, RunE: func(cmd *cobra.Command, args []string) error { - var theFlags []string - theFlags[0] = cmd.Flag("pkgid").Value.String() + theFlags := []string{cmd.Flag("packageid").Value.String()} err := adapter.BuilderRequest(theFlags, "NewAppDeleteCommand") if err != nil { return err