* Complete refactoring accidentally left unfinished so that all server help requests flow through the ShowHelp() method

This commit is contained in:
Justin Clarke Casey
2008-09-15 17:45:48 +00:00
parent 6d289c3ae0
commit 9170361bee
4 changed files with 17 additions and 69 deletions

View File

@@ -229,22 +229,8 @@ namespace OpenSim.Framework.Servers
switch (command)
{
case "help":
ShowHelp(cmdparams);
Notice("");
// TODO: help on commands not yet implemented
//Notice("help [command] - display general help or specific command help.");
Notice("quit - equivalent to shutdown.");
Notice("set log level [level] - change the console logging level only. For example, off or debug.");
Notice("show info - show server information (e.g. startup path).");
if (m_stats != null)
Notice("show stats - show statistical information for this server");
Notice("show threads - list tracked threads");
Notice("show uptime - show server startup time and uptime.");
Notice("show version - show server version.");
Notice("shutdown - shutdown the server.\n");
break;
case "set":