X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ocd%2Fcli%2Fealt%2Fcmd%2Fapplcmpkg%2Fterminate.go;h=ab783177c07015d34f525dfbf6a099b603d39702;hb=8695c40afdce738a635e201d9e3f32d52f8d720f;hp=49b0109391bb06980d549fb35820e09a22957e8b;hpb=caf01eef6ab04caccb08847930d2729794784b64;p=ealt-edge.git diff --git a/ocd/cli/ealt/cmd/applcmpkg/terminate.go b/ocd/cli/ealt/cmd/applcmpkg/terminate.go index 49b0109..ab78317 100644 --- a/ocd/cli/ealt/cmd/applcmpkg/terminate.go +++ b/ocd/cli/ealt/cmd/applcmpkg/terminate.go @@ -25,8 +25,8 @@ import ( func NewApplcmTerminateCommand() *cobra.Command { var cmd = &cobra.Command{ Use: "kill", - Short: "To terminate the application instance id.", - Long: `To terminate the application instance id on MEP Node.`, + Short: "To terminate the application instance.", + Long: `To terminate the application instance on MEP Node.`, RunE: func(cmd *cobra.Command, args []string) error { theFlags := []string{cmd.Flag("appid").Value.String()} err := adapter.BuilderRequest(theFlags, "NewApplcmTerminateCommand")