diff options
-rw-r--r-- | OpenSim/Region/Application/OpenSimMain.cs | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
822 | m_console.Notice("config get section field - get a config value"); | 822 | m_console.Notice("config get section field - get a config value"); |
823 | m_console.Notice("config save - save OpenSim.ini"); | 823 | m_console.Notice("config save - save OpenSim.ini"); |
824 | m_console.Notice("config set section field value - set a config value"); | 824 | m_console.Notice("config set section field value - set a config value"); |
825 | m_console.Notice("create-region <name> <regionfile.xml> - creates a new region"); | ||
825 | m_console.Notice("create user - adds a new user."); | 826 | m_console.Notice("create user - adds a new user."); |
826 | m_console.Notice("debug - debugging commands"); | 827 | m_console.Notice("debug - debugging commands"); |
827 | m_console.Notice(" packet 0..255 - print incoming/outgoing packets (0=off)"); | 828 | m_console.Notice(" packet 0..255 - print incoming/outgoing packets (0=off)"); |