minor improvements

pull/123/head
Simon Let 6 years ago
parent 40b85cef71
commit 9f706238b8
  1. 2
      cmd/control/cmd/root.go
  2. 2
      cmd/control/cmd/status.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

@ -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()

Loading…
Cancel
Save