Add missing commas from debug command (#662)
The missing commas caused the `DEBUG HELP` to be compressed onto a single line. Signed-off-by: Madelyn Olson <madelyneolson@gmail.com>
This commit is contained in:
parent
4135894a5d
commit
b33f932c56
@ -430,8 +430,8 @@ void debugCommand(client *c) {
|
||||
"DROP-CLUSTER-PACKET-FILTER <packet-type>",
|
||||
" Drop all packets that match the filtered type. Set to -1 allow all packets.",
|
||||
"CLOSE-CLUSTER-LINK-ON-PACKET-DROP <0|1>",
|
||||
" This is valid only when DROP-CLUSTER-PACKET-FILTER is set to a valid packet type."
|
||||
" When set to 1, the cluster link is closed after dropping a packet based on the filter."
|
||||
" This is valid only when DROP-CLUSTER-PACKET-FILTER is set to a valid packet type.",
|
||||
" When set to 1, the cluster link is closed after dropping a packet based on the filter.",
|
||||
"OOM",
|
||||
" Crash the server simulating an out-of-memory error.",
|
||||
"PANIC",
|
||||
|
Loading…
x
Reference in New Issue
Block a user