diff options
Diffstat (limited to 'cmd/rr')
-rw-r--r-- | cmd/rr/http/reset.go | 2 | ||||
-rw-r--r-- | cmd/rr/main.go | 2 |
2 files changed, 2 insertions, 2 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, }) } diff --git a/cmd/rr/main.go b/cmd/rr/main.go index 18e22cdd..4d2a06b4 100644 --- a/cmd/rr/main.go +++ b/cmd/rr/main.go @@ -32,7 +32,7 @@ import ( "github.com/spiral/roadrunner/service/rpc" "github.com/spiral/roadrunner/service/static" - // additional command and debug handlers + // additional commands and debug handlers _ "github.com/spiral/roadrunner/cmd/rr/http" ) |