From 57fc5e0807694eaa3a1fc10a93780a57db39738c Mon Sep 17 00:00:00 2001 From: jake Date: Sun, 11 May 2025 00:22:07 -0400 Subject: [PATCH] long description update --- cmd/clear.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)