From f22a63bd1c125e9646774706017a877e017196f2 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Thu, 22 May 2008 08:37:49 +0000 Subject: Added "show regions" to the CL help screen. Mantis 1123 --- OpenSim/Region/Application/OpenSimMainConsole.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim/Region') 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 m_console.Notice("show users - show info about connected users."); m_console.Notice("show modules - shows info about loaded modules."); m_console.Notice("show version - show the running build version."); + m_console.Notice("show regions - show running region information."); m_console.Notice("threads - list threads"); m_console.Notice("config set section field value - set a config value"); m_console.Notice("config get section field - get a config value"); -- cgit v1.1