diff options
author | Adam Frisby | 2007-07-29 06:20:46 +0000 |
---|---|---|
committer | Adam Frisby | 2007-07-29 06:20:46 +0000 |
commit | 0f90cdfed1e93a4b1da22ac36c92e21885e8f0ea (patch) | |
tree | 747f648a4b35a73510af19292c6671f223ca208e | |
parent | * Added Babblefrog's SL launcher (thanks!) (diff) | |
download | opensim-SC_OLD-0f90cdfed1e93a4b1da22ac36c92e21885e8f0ea.zip opensim-SC_OLD-0f90cdfed1e93a4b1da22ac36c92e21885e8f0ea.tar.gz opensim-SC_OLD-0f90cdfed1e93a4b1da22ac36c92e21885e8f0ea.tar.bz2 opensim-SC_OLD-0f90cdfed1e93a4b1da22ac36c92e21885e8f0ea.tar.xz |
* Applying issue#238 - Console help is incomplete. (Thanks CutterRubio)
-rw-r--r-- | OpenSim/Region/Application/OpenSimMain.cs | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs index a90c078..b0f254e 100644 --- a/OpenSim/Region/Application/OpenSimMain.cs +++ b/OpenSim/Region/Application/OpenSimMain.cs | |||
@@ -330,8 +330,16 @@ namespace OpenSim | |||
330 | switch (command) | 330 | switch (command) |
331 | { | 331 | { |
332 | case "help": | 332 | case "help": |
333 | m_log.Error("show users - show info about connected users"); | 333 | m_log.Error("alert - send alert to a designated user or all users."); |
334 | m_log.Error("quit - disconnect all clients and shutdown"); | 334 | m_log.Error(" alert [First] [Last] [Message] - send an alert to a user. Case sensitive."); |
335 | m_log.Error(" alert general [Message] - send an alert to all users."); | ||
336 | m_log.Error("backup - trigger a simulator backup"); | ||
337 | m_log.Error("script - manually trigger scripts? or script commands?"); | ||
338 | m_log.Error("show uptime - show simulator startup and uptime."); | ||
339 | m_log.Error("show users - show info about connected users."); | ||
340 | m_log.Error("shutdown - disconnect all clients and shutdown."); | ||
341 | m_log.Error("terrain help - show help for terrain commands."); | ||
342 | m_log.Error("quit - equivalent to shutdown."); | ||
335 | break; | 343 | break; |
336 | 344 | ||
337 | case "show": | 345 | case "show": |