mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
* Complete refactoring accidentally left unfinished so that all server help requests flow through the ShowHelp() method
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user