summaryrefslogtreecommitdiff
path: root/cmd/rr/http/reset.go
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2019-05-02 22:00:51 +0300
committerWolfy-J <[email protected]>2019-05-02 22:00:51 +0300
commit658254359597aa85fa4679abd821dd06855b61e9 (patch)
tree9bf220d54a1e0896e7b0800f5905f0cab069b8fb /cmd/rr/http/reset.go
parent0cf4be46a04ee33bf04d08787b6dc8b46b932c1a (diff)
stop command added
Diffstat (limited to 'cmd/rr/http/reset.go')
-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 42fd966d..3008848a 100644
--- a/cmd/rr/http/reset.go
+++ b/cmd/rr/http/reset.go
@@ -41,7 +41,7 @@ func reloadHandler(cmd *cobra.Command, args []string) error {
}
defer client.Close()
- util.Printf("<green>restarting http worker pool</reset>: ")
+ util.Printf("<green>Restarting http worker pool</reset>: ")
var r string
if err := client.Call("http.Reset", true, &r); err != nil {