Commit d751d98b authored by antirez's avatar antirez
Browse files

Change CLIENT LIST TYPE help string.

Making it more similar to KILL.
parent a0b05a04
...@@ -1575,8 +1575,8 @@ void clientCommand(client *c) { ...@@ -1575,8 +1575,8 @@ void clientCommand(client *c) {
" addr <ip:port> -- Kill connection made from <ip:port>", " addr <ip:port> -- Kill connection made from <ip:port>",
" type (normal|master|slave|pubsub) -- Kill connections by type.", " type (normal|master|slave|pubsub) -- Kill connections by type.",
" skipme (yes|no) -- Skip killing current connection (default: yes).", " skipme (yes|no) -- Skip killing current connection (default: yes).",
"list -- Return information about client connections.", "list [options ...] -- Return information about client connections. Options:",
" type (normal|master|slave|pubsub) -- Return information about client connections by type.", " type (normal|master|slave|pubsub) -- Return clients of specified type.",
"pause <timeout> -- Suspend all Redis clients for <timout> milliseconds.", "pause <timeout> -- Suspend all Redis clients for <timout> milliseconds.",
"reply (on|off|skip) -- Control the replies sent to the current connection.", "reply (on|off|skip) -- Control the replies sent to the current connection.",
"setname <name> -- Assign the name <name> to the current connection.", "setname <name> -- Assign the name <name> to the current connection.",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment