diff --git a/cmd/control/cmd/root.go b/cmd/control/cmd/root.go index b3eea27..492c9f4 100644 --- a/cmd/control/cmd/root.go +++ b/cmd/control/cmd/root.go @@ -21,7 +21,7 @@ var config cfg.Config var rootCmd = &cobra.Command{ Use: "reshctl", - Short: "Reshctl (RESH control) - enable/disable RESH features and more.", + Short: "Reshctl (RESH control) - check status, update, enable/disable features, sanitize history and more.", } // Execute reshctl diff --git a/cmd/control/cmd/status.go b/cmd/control/cmd/status.go index a97f4ae..93fa437 100644 --- a/cmd/control/cmd/status.go +++ b/cmd/control/cmd/status.go @@ -16,7 +16,7 @@ import ( var statusCmd = &cobra.Command{ Use: "status", - Short: "show RESH status (aka systemctl status)", + Short: "show RESH status", Run: func(cmd *cobra.Command, args []string) { fmt.Println("resh " + version) fmt.Println()