Skip to content

Commit bb22b0f

Browse files
committed
Fix typo
1 parent 8d80a28 commit bb22b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis-latency-monitor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ func showUsage() {
489489
func genUsage() *usage.Info {
490490
info := usage.NewInfo("")
491491

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

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

0 commit comments

Comments
 (0)