Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Oct 17, 2019
1 parent 8d80a28 commit bb22b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis-latency-monitor.go
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ func showUsage() {
func genUsage() *usage.Info {
info := usage.NewInfo("")

info.AddSpoiler("Utility show PING command latency or connection latency in milliseconds (one thousandth of a second).")
info.AddSpoiler("Utility shows PING command latency or connection latency in milliseconds (one thousandth of a second).")

info.AddOption(OPT_HOST, "Server hostname {s-}(127.0.0.1 by default){!}", "ip/host")
info.AddOption(OPT_PORT, "Server port {s-}(6379 by default){!}", "port")
Expand Down

0 comments on commit bb22b0f

Please sign in to comment.