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