summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2019-05-05 12:38:26 +0300
committerWolfy-J <[email protected]>2019-05-05 12:38:26 +0300
commit8be4061d13a28d92bce4b2364049b8579b776d5d (patch)
tree109b5272cb9778d9d291b79d97a3557bdc50f854 /cmd
parentff3c06b2d11c6dedb8907133f5781bb8c1be74f5 (diff)
cs
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,
})
}