diff options
author | Wolfy-J <[email protected]> | 2019-05-02 22:00:51 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2019-05-02 22:00:51 +0300 |
commit | 658254359597aa85fa4679abd821dd06855b61e9 (patch) | |
tree | 9bf220d54a1e0896e7b0800f5905f0cab069b8fb /cmd/rr/http/reset.go | |
parent | 0cf4be46a04ee33bf04d08787b6dc8b46b932c1a (diff) |
stop command added
Diffstat (limited to 'cmd/rr/http/reset.go')
-rw-r--r-- | cmd/rr/http/reset.go | 2 |
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 { |