diff options
-rw-r--r-- | OpenSim/Region/Application/OpenSimMainConsole.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Application/OpenSimMainConsole.cs b/OpenSim/Region/Application/OpenSimMainConsole.cs index 9e350d4..ea1243e 100644 --- a/OpenSim/Region/Application/OpenSimMainConsole.cs +++ b/OpenSim/Region/Application/OpenSimMainConsole.cs | |||
@@ -254,6 +254,7 @@ namespace OpenSim | |||
254 | m_console.Notice("show users - show info about connected users."); | 254 | m_console.Notice("show users - show info about connected users."); |
255 | m_console.Notice("show modules - shows info about loaded modules."); | 255 | m_console.Notice("show modules - shows info about loaded modules."); |
256 | m_console.Notice("show version - show the running build version."); | 256 | m_console.Notice("show version - show the running build version."); |
257 | m_console.Notice("show regions - show running region information."); | ||
257 | m_console.Notice("threads - list threads"); | 258 | m_console.Notice("threads - list threads"); |
258 | m_console.Notice("config set section field value - set a config value"); | 259 | m_console.Notice("config set section field value - set a config value"); |
259 | m_console.Notice("config get section field - get a config value"); | 260 | m_console.Notice("config get section field - get a config value"); |