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{ var rootCmd = &cobra.Command{
Use: "reshctl", 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 // Execute reshctl

@ -16,7 +16,7 @@ import (
var statusCmd = &cobra.Command{ var statusCmd = &cobra.Command{
Use: "status", Use: "status",
Short: "show RESH status (aka systemctl status)", Short: "show RESH status",
Run: func(cmd *cobra.Command, args []string) { Run: func(cmd *cobra.Command, args []string) {
fmt.Println("resh " + version) fmt.Println("resh " + version)
fmt.Println() fmt.Println()

Loading…
Cancel
Save