Skip to content

Commit 9f70623

Browse files
committedFeb 28, 2020
minor improvements
1 parent 40b85ce commit 9f70623

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎cmd/control/cmd/root.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ var config cfg.Config
2121

2222
var rootCmd = &cobra.Command{
2323
Use: "reshctl",
24-
Short: "Reshctl (RESH control) - enable/disable RESH features and more.",
24+
Short: "Reshctl (RESH control) - check status, update, enable/disable features, sanitize history and more.",
2525
}
2626

2727
// Execute reshctl

‎cmd/control/cmd/status.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616

1717
var statusCmd = &cobra.Command{
1818
Use: "status",
19-
Short: "show RESH status (aka systemctl status)",
19+
Short: "show RESH status",
2020
Run: func(cmd *cobra.Command, args []string) {
2121
fmt.Println("resh " + version)
2222
fmt.Println()

0 commit comments

Comments
 (0)