diff options
author | Justin Clarke Casey | 2008-09-15 17:45:48 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-09-15 17:45:48 +0000 |
commit | 9170361bee439ccd7f25030fcfb14701a4e8add0 (patch) | |
tree | 65abfc214b267b665daf3e419f26bb23a58f3e60 /OpenSim/Framework/Servers/BaseOpenSimServer.cs | |
parent | * Add "reset user password" command to standalone region console (diff) | |
download | opensim-SC_OLD-9170361bee439ccd7f25030fcfb14701a4e8add0.zip opensim-SC_OLD-9170361bee439ccd7f25030fcfb14701a4e8add0.tar.gz opensim-SC_OLD-9170361bee439ccd7f25030fcfb14701a4e8add0.tar.bz2 opensim-SC_OLD-9170361bee439ccd7f25030fcfb14701a4e8add0.tar.xz |
* Complete refactoring accidentally left unfinished so that all server help requests flow through the ShowHelp() method
Diffstat (limited to 'OpenSim/Framework/Servers/BaseOpenSimServer.cs')
-rw-r--r-- | OpenSim/Framework/Servers/BaseOpenSimServer.cs | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/OpenSim/Framework/Servers/BaseOpenSimServer.cs b/OpenSim/Framework/Servers/BaseOpenSimServer.cs index e149a35..2018d55 100644 --- a/OpenSim/Framework/Servers/BaseOpenSimServer.cs +++ b/OpenSim/Framework/Servers/BaseOpenSimServer.cs | |||
@@ -229,22 +229,8 @@ namespace OpenSim.Framework.Servers | |||
229 | switch (command) | 229 | switch (command) |
230 | { | 230 | { |
231 | case "help": | 231 | case "help": |
232 | ShowHelp(cmdparams); | ||
232 | Notice(""); | 233 | Notice(""); |
233 | // TODO: help on commands not yet implemented | ||
234 | //Notice("help [command] - display general help or specific command help."); | ||
235 | Notice("quit - equivalent to shutdown."); | ||
236 | |||
237 | Notice("set log level [level] - change the console logging level only. For example, off or debug."); | ||
238 | Notice("show info - show server information (e.g. startup path)."); | ||
239 | |||
240 | if (m_stats != null) | ||
241 | Notice("show stats - show statistical information for this server"); | ||
242 | |||
243 | Notice("show threads - list tracked threads"); | ||
244 | Notice("show uptime - show server startup time and uptime."); | ||
245 | Notice("show version - show server version."); | ||
246 | Notice("shutdown - shutdown the server.\n"); | ||
247 | |||
248 | break; | 234 | break; |
249 | 235 | ||
250 | case "set": | 236 | case "set": |