summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/rr/cmd/stop.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/rr/cmd/stop.go b/cmd/rr/cmd/stop.go
index 2f48615b..5c6ed2a5 100644
--- a/cmd/rr/cmd/stop.go
+++ b/cmd/rr/cmd/stop.go
@@ -28,7 +28,7 @@ import (
func init() {
CLI.AddCommand(&cobra.Command{
Use: "stop",
- Short: "Detach RoadRunner server",
+ Short: "Stop RoadRunner server",
RunE: stopHandler,
})
}