Rename "debug stats record" command to "stats record" for consistency. Move from debug to general command category
parent
1d0a9e521c
commit
e6080a38c5
|
@ -48,10 +48,10 @@ namespace OpenSim.Framework.Monitoring
|
|||
public static void RegisterConsoleCommands(ICommandConsole console)
|
||||
{
|
||||
console.Commands.AddCommand(
|
||||
"Debug",
|
||||
"General",
|
||||
false,
|
||||
"debug stats record",
|
||||
"debug stats record start|stop",
|
||||
"stats record",
|
||||
"stats record start|stop",
|
||||
"Control whether stats are being regularly recorded to a separate file.",
|
||||
"For debug purposes. Experimental.",
|
||||
HandleStatsRecordCommand);
|
||||
|
|
Loading…
Reference in New Issue