diff options
author | Sean Dague | 2008-04-23 21:27:37 +0000 |
---|---|---|
committer | Sean Dague | 2008-04-23 21:27:37 +0000 |
commit | 361fbe97d43dc24e435e018bde383e2e975932bd (patch) | |
tree | 60c8350c59fe1fa40c67cdcf9015f69b1da22788 /OpenSim | |
parent | fixed mantis: 1035, as well as ordering commands (diff) | |
download | opensim-SC_OLD-361fbe97d43dc24e435e018bde383e2e975932bd.zip opensim-SC_OLD-361fbe97d43dc24e435e018bde383e2e975932bd.tar.gz opensim-SC_OLD-361fbe97d43dc24e435e018bde383e2e975932bd.tar.bz2 opensim-SC_OLD-361fbe97d43dc24e435e018bde383e2e975932bd.tar.xz |
fix for mantis 1036
Diffstat (limited to 'OpenSim')
-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)"); |