aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSimMain.cs
diff options
context:
space:
mode:
authorSean Dague2008-04-23 21:20:51 +0000
committerSean Dague2008-04-23 21:20:51 +0000
commitc5e0b376d0aa96812796570288af966ff0b8afb1 (patch)
tree897c096c0855c77661673cc711a15efb2adbf1e4 /OpenSim/Region/Application/OpenSimMain.cs
parentadd a database_connect field for the asset server config (diff)
downloadopensim-SC_OLD-c5e0b376d0aa96812796570288af966ff0b8afb1.zip
opensim-SC_OLD-c5e0b376d0aa96812796570288af966ff0b8afb1.tar.gz
opensim-SC_OLD-c5e0b376d0aa96812796570288af966ff0b8afb1.tar.bz2
opensim-SC_OLD-c5e0b376d0aa96812796570288af966ff0b8afb1.tar.xz
fixed mantis: 1035, as well as ordering commands
alphabetically because out of order lists bother me. :)
Diffstat (limited to 'OpenSim/Region/Application/OpenSimMain.cs')
-rw-r--r--OpenSim/Region/Application/OpenSimMain.cs19
1 files changed, 9 insertions, 10 deletions
diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs
index aaf2d7e..3db359c 100644
--- a/OpenSim/Region/Application/OpenSimMain.cs
+++ b/OpenSim/Region/Application/OpenSimMain.cs
@@ -816,36 +816,35 @@ namespace OpenSim
816 m_console.Notice(" alert [First] [Last] [Message] - send an alert to a user. Case sensitive."); 816 m_console.Notice(" alert [First] [Last] [Message] - send an alert to a user. Case sensitive.");
817 m_console.Notice(" alert general [Message] - send an alert to all users."); 817 m_console.Notice(" alert general [Message] - send an alert to all users.");
818 m_console.Notice("backup - trigger a simulator backup"); 818 m_console.Notice("backup - trigger a simulator backup");
819 m_console.Notice("clear-assets - clear asset cache");
820 m_console.Notice("create user - adds a new user.");
821 m_console.Notice("change-region [name] - sets the region that many of these commands affect."); 819 m_console.Notice("change-region [name] - sets the region that many of these commands affect.");
820 m_console.Notice("clear-assets - clear asset cache");
822 m_console.Notice("command-script [filename] - Execute command in a file."); 821 m_console.Notice("command-script [filename] - Execute command in a file.");
822 m_console.Notice("config get section field - get a config value");
823 m_console.Notice("config save - save OpenSim.ini");
824 m_console.Notice("config set section field value - set a config value");
825 m_console.Notice("create user - adds a new user.");
823 m_console.Notice("debug - debugging commands"); 826 m_console.Notice("debug - debugging commands");
824 m_console.Notice(" packet 0..255 - print incoming/outgoing packets (0=off)"); 827 m_console.Notice(" packet 0..255 - print incoming/outgoing packets (0=off)");
825 m_console.Notice("scene-debug [scripting] [collision] [physics] - Enable/Disable debug stuff, each can be True/False"); 828 m_console.Notice("scene-debug [scripting] [collision] [physics] - Enable/Disable debug stuff, each can be True/False");
826 m_console.Notice("edit-scale [prim name] [x] [y] [z] - resize given prim"); 829 m_console.Notice("edit-scale [prim name] [x] [y] [z] - resize given prim");
827 m_console.Notice("export-map [filename] - save image of world map"); 830 m_console.Notice("export-map [filename] - save image of world map");
828 m_console.Notice("force-update - force an update of prims in the scene"); 831 m_console.Notice("force-update - force an update of prims in the scene");
829 m_console.Notice("load-xml [filename] - load prims from XML");
830 m_console.Notice("load-xml2 [filename] - load prims from XML using version 2 format"); 832 m_console.Notice("load-xml2 [filename] - load prims from XML using version 2 format");
831 m_console.Notice("permissions [true/false] - turn on/off permissions on the scene"); 833 m_console.Notice("permissions [true/false] - turn on/off permissions on the scene");
832 m_console.Notice("quit - equivalent to shutdown."); 834 m_console.Notice("quit - equivalent to shutdown.");
833 m_console.Notice("restart - disconnects all clients and restarts the sims in the instance.");
834 m_console.Notice("remove-region [name] - remove a region"); 835 m_console.Notice("remove-region [name] - remove a region");
835 m_console.Notice("save-xml [filename] - save prims to XML"); 836 m_console.Notice("restart - disconnects all clients and restarts the sims in the instance.");
836 m_console.Notice("save-xml2 [filename] - save prims to XML using version 2 format"); 837 m_console.Notice("save-xml2 [filename] - save prims to XML using version 2 format");
837 m_console.Notice("script - manually trigger scripts? or script commands?"); 838 m_console.Notice("script - manually trigger scripts? or script commands?");
838 m_console.Notice("set-time [x] - set the current scene time phase"); 839 m_console.Notice("set-time [x] - set the current scene time phase");
839 m_console.Notice("show assets - show state of asset cache."); 840 m_console.Notice("show assets - show state of asset cache.");
840 m_console.Notice("show users - show info about connected users.");
841 m_console.Notice("show modules - shows info about loaded modules."); 841 m_console.Notice("show modules - shows info about loaded modules.");
842 m_console.Notice("show regions - shows info about active regions.");
843 m_console.Notice("show users - show info about connected users.");
842 m_console.Notice("show stats - statistical information for this server not displayed in the client"); 844 m_console.Notice("show stats - statistical information for this server not displayed in the client");
843 m_console.Notice("threads - list threads");
844 m_console.Notice("shutdown - disconnect all clients and shutdown."); 845 m_console.Notice("shutdown - disconnect all clients and shutdown.");
845 m_console.Notice("config set section field value - set a config value");
846 m_console.Notice("config get section field - get a config value");
847 m_console.Notice("config save - save OpenSim.ini");
848 m_console.Notice("terrain help - show help for terrain commands."); 846 m_console.Notice("terrain help - show help for terrain commands.");
847 m_console.Notice("threads - list threads");
849 break; 848 break;
850 849
851 case "threads": 850 case "threads":