Added Create and Delete CLI Commands
[ealt-edge.git] / ocd / cli / ealt / cmd / clean / infra.go
index 324ec1d..453cb65 100644 (file)
@@ -25,7 +25,7 @@ func NewInfraCommand() *cobra.Command {
        var cmd = &cobra.Command{
                Use:   "infra",
                Short: "Uninstall only infrastructure components on MECM and Edge Node",
-               Long:  `Command to Uninstall only infrastructure components on MECM and Edge Node For Example : ealt clean  infra`,             
+               Long:  `Command to Uninstall only infrastructure components on MECM and Edge Node For Example : ealt clean  infra`,
                RunE: func(cmd *cobra.Command, args []string) error {
                        err := setup.EaltReset("infra")
                        if err != nil {