aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSimMainConsole.cs
diff options
context:
space:
mode:
authorAdam Johnson2008-05-22 08:37:49 +0000
committerAdam Johnson2008-05-22 08:37:49 +0000
commitf22a63bd1c125e9646774706017a877e017196f2 (patch)
treef197e0289b199859b66f01940a7d480a2406a193 /OpenSim/Region/Application/OpenSimMainConsole.cs
parentAdding basic show users functionality back in to console. Mantis 1212 (diff)
downloadopensim-SC_OLD-f22a63bd1c125e9646774706017a877e017196f2.zip
opensim-SC_OLD-f22a63bd1c125e9646774706017a877e017196f2.tar.gz
opensim-SC_OLD-f22a63bd1c125e9646774706017a877e017196f2.tar.bz2
opensim-SC_OLD-f22a63bd1c125e9646774706017a877e017196f2.tar.xz
Added "show regions" to the CL help screen. Mantis 1123
Diffstat (limited to 'OpenSim/Region/Application/OpenSimMainConsole.cs')
-rw-r--r--OpenSim/Region/Application/OpenSimMainConsole.cs1
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");