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
rodič 1d0a9e521c
revize e6080a38c5
1 změnil soubory, kde provedl 3 přidání a 3 odebrání

Zobrazit soubor

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