long description update
Some checks failed
code scans / scans (push) Has been cancelled
code scans / scans (pull_request) Successful in 1m17s

This commit is contained in:
jake 2025-05-11 00:25:13 -04:00
parent 57fc5e0807
commit 57e8f3a775

View File

@ -16,7 +16,7 @@ import (
var clearCmd = &cobra.Command{
Use: "clear",
Short: "Clear config file",
Long: `Clears all configuration values for mctl`,
Long: `Clears all configuration values for mctl, all server configuration will be lost`,
Run: func(cmd *cobra.Command, args []string) {
home, err := os.UserHomeDir()
cobra.CheckErr(err)