summaryrefslogtreecommitdiff
path: root/cmd/rr/http
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-09-26 23:31:55 +0300
committerWolfy-J <[email protected]>2018-09-26 23:31:55 +0300
commitf7864a2d9fbcba3bed45e8fa65b45077b5ee31d1 (patch)
tree8d2a903d1e9fdb45422a607f3c660abad91ae5a4 /cmd/rr/http
parentb0dbc83dd5d1c542cffd240dc9343e841992c3fe (diff)
minor CS
Diffstat (limited to 'cmd/rr/http')
-rw-r--r--cmd/rr/http/reset.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/rr/http/reset.go b/cmd/rr/http/reset.go
index 3d84dbce..42fd966d 100644
--- a/cmd/rr/http/reset.go
+++ b/cmd/rr/http/reset.go
@@ -29,7 +29,7 @@ import (
func init() {
rr.CLI.AddCommand(&cobra.Command{
Use: "http:reset",
- Short: "Reload RoadRunner worker pools for the HTTP service",
+ Short: "Reload RoadRunner worker pool for the HTTP service",
RunE: reloadHandler,
})
}