Rename "debug stats record" command to "stats record" for consistency. Move from debug to general command category

0.8.0.3
Justin Clark-Casey (justincc) 2014-03-19 00:29:36 +00:00
parent 1d0a9e521c
commit e6080a38c5
1 changed files with 3 additions and 3 deletions

View File

@ -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);