minor: Add missing newlines and spacing to help for "debug eq" console command

0.7.4-extended
Justin Clark-Casey (justincc) 2012-10-16 01:31:38 +01:00
parent 4d98cdf829
commit ada9238907
1 changed files with 4 additions and 4 deletions

View File

@ -111,9 +111,9 @@ namespace OpenSim.Region.ClientStack.Linden
false,
"debug eq",
"debug eq [0|1|2]",
"Turn on event queue debugging"
+ "<= 0 - turns off all event queue logging"
+ ">= 1 - turns on outgoing event logging"
"Turn on event queue debugging\n"
+ " <= 0 - turns off all event queue logging\n"
+ " >= 1 - turns on outgoing event logging\n"
+ " >= 2 - turns on poll notification",
HandleDebugEq);
}