Added Get Operation and Bug Fixes
[ealt-edge.git] / ocd / cli / ealt / cmd / applcmpkg / delete.go
index 44c4a94..2175ec1 100644 (file)
@@ -37,7 +37,7 @@ func NewApplcmDeleteCommand() *cobra.Command {
                },
        }
 
-       cmd.Flags().StringP("appid", "i", "", "Application Instance ID to be started")
+       cmd.Flags().StringP("appid", "i", "", "Application Instance ID to be Deleted!!")
        cmd.MarkFlagRequired("appid")
        return cmd
 }