X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ocd%2Fcli%2Fealt%2Fcmd%2Fclean.go;h=78f3b5d4ed62c74514edc8c1ef9f5c003b4e4a67;hb=refs%2Fchanges%2F58%2F3458%2F4;hp=daa96d8176d9c099435ef93cf2ab12c12314728d;hpb=5011a34d8324f1458ead3734992058c60d7af761;p=ealt-edge.git diff --git a/ocd/cli/ealt/cmd/clean.go b/ocd/cli/ealt/cmd/clean.go index daa96d8..78f3b5d 100644 --- a/ocd/cli/ealt/cmd/clean.go +++ b/ocd/cli/ealt/cmd/clean.go @@ -16,7 +16,6 @@ limitations under the License. package cmd import ( - cleancmds "ealt/cmd/clean" "github.com/spf13/cobra" ) @@ -25,7 +24,7 @@ import ( var cleanCmd = &cobra.Command{ Use: "clean", Short: "To uninstall ealt environment or specific component or node.", - Long: `To uninstall ealt environment or specific component or node.`, + Long: `To uninstall ealt environment or specific component or node.`, } func init() { @@ -44,4 +43,4 @@ func init() { //Add init subcommand to root command. rootCmd.AddCommand(cleanCmd) -} \ No newline at end of file +}