diff options
Diffstat (limited to 'OpenSim/Region/Application/OpenSimMain.cs')
-rw-r--r-- | OpenSim/Region/Application/OpenSimMain.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs index eab4827..5877aa6 100644 --- a/OpenSim/Region/Application/OpenSimMain.cs +++ b/OpenSim/Region/Application/OpenSimMain.cs | |||
@@ -601,6 +601,8 @@ namespace OpenSim | |||
601 | m_log.Error("show uptime - show simulator startup and uptime."); | 601 | m_log.Error("show uptime - show simulator startup and uptime."); |
602 | m_log.Error("show users - show info about connected users."); | 602 | m_log.Error("show users - show info about connected users."); |
603 | m_log.Error("show modules - shows info aboutloaded modules."); | 603 | m_log.Error("show modules - shows info aboutloaded modules."); |
604 | m_log.Error("change-region - sets the region that many of these commands affect."); | ||
605 | m_log.Error("restart - disconnects all clients and restarts the sims in the instance."); | ||
604 | m_log.Error("shutdown - disconnect all clients and shutdown."); | 606 | m_log.Error("shutdown - disconnect all clients and shutdown."); |
605 | m_log.Error("terrain help - show help for terrain commands."); | 607 | m_log.Error("terrain help - show help for terrain commands."); |
606 | m_log.Error("quit - equivalent to shutdown."); | 608 | m_log.Error("quit - equivalent to shutdown."); |