From 361fbe97d43dc24e435e018bde383e2e975932bd Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Wed, 23 Apr 2008 21:27:37 +0000 Subject: fix for mantis 1036 --- OpenSim/Region/Application/OpenSimMain.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim/Region/Application') diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs index 3db359c..e3e0b4a 100644 --- a/OpenSim/Region/Application/OpenSimMain.cs +++ b/OpenSim/Region/Application/OpenSimMain.cs @@ -822,6 +822,7 @@ namespace OpenSim m_console.Notice("config get section field - get a config value"); m_console.Notice("config save - save OpenSim.ini"); m_console.Notice("config set section field value - set a config value"); + m_console.Notice("create-region - creates a new region"); m_console.Notice("create user - adds a new user."); m_console.Notice("debug - debugging commands"); m_console.Notice(" packet 0..255 - print incoming/outgoing packets (0=off)"); -- cgit v1.1