Change CLIENT LIST TYPE help string.

Making it more similar to KILL.
This commit is contained in:
antirez 2018-06-29 18:02:58 +02:00
parent a0b05a0424
commit d751d98b50

View File

@ -1575,8 +1575,8 @@ void clientCommand(client *c) {
" addr <ip:port> -- Kill connection made from <ip:port>",
" type (normal|master|slave|pubsub) -- Kill connections by type.",
" skipme (yes|no) -- Skip killing current connection (default: yes).",
"list -- Return information about client connections.",
" type (normal|master|slave|pubsub) -- Return information about client connections by type.",
"list [options ...] -- Return information about client connections. Options:",
" type (normal|master|slave|pubsub) -- Return clients of specified type.",
"pause <timeout> -- Suspend all Redis clients for <timout> milliseconds.",
"reply (on|off|skip) -- Control the replies sent to the current connection.",
"setname <name> -- Assign the name <name> to the current connection.",