diff --git a/cmd/clear.go b/cmd/clear.go index b5125f9..9f160d0 100644 --- a/cmd/clear.go +++ b/cmd/clear.go @@ -16,8 +16,7 @@ import ( var clearCmd = &cobra.Command{ Use: "clear", Short: "Clear config file", - Long: `Removes the configuration file from the system. The - config command must be run before use after clearing.`, + Long: `Clears all configuration values for mctl`, Run: func(cmd *cobra.Command, args []string) { home, err := os.UserHomeDir() cobra.CheckErr(err)