From c5e0b376d0aa96812796570288af966ff0b8afb1 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Wed, 23 Apr 2008 21:20:51 +0000 Subject: fixed mantis: 1035, as well as ordering commands alphabetically because out of order lists bother me. :) --- OpenSim/Region/Application/OpenSimMain.cs | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'OpenSim/Region') 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 m_console.Notice(" alert [First] [Last] [Message] - send an alert to a user. Case sensitive."); m_console.Notice(" alert general [Message] - send an alert to all users."); m_console.Notice("backup - trigger a simulator backup"); - m_console.Notice("clear-assets - clear asset cache"); - m_console.Notice("create user - adds a new user."); m_console.Notice("change-region [name] - sets the region that many of these commands affect."); + m_console.Notice("clear-assets - clear asset cache"); m_console.Notice("command-script [filename] - Execute command in a file."); + 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 user - adds a new user."); m_console.Notice("debug - debugging commands"); m_console.Notice(" packet 0..255 - print incoming/outgoing packets (0=off)"); m_console.Notice("scene-debug [scripting] [collision] [physics] - Enable/Disable debug stuff, each can be True/False"); m_console.Notice("edit-scale [prim name] [x] [y] [z] - resize given prim"); m_console.Notice("export-map [filename] - save image of world map"); m_console.Notice("force-update - force an update of prims in the scene"); - m_console.Notice("load-xml [filename] - load prims from XML"); m_console.Notice("load-xml2 [filename] - load prims from XML using version 2 format"); m_console.Notice("permissions [true/false] - turn on/off permissions on the scene"); m_console.Notice("quit - equivalent to shutdown."); - m_console.Notice("restart - disconnects all clients and restarts the sims in the instance."); m_console.Notice("remove-region [name] - remove a region"); - m_console.Notice("save-xml [filename] - save prims to XML"); + m_console.Notice("restart - disconnects all clients and restarts the sims in the instance."); m_console.Notice("save-xml2 [filename] - save prims to XML using version 2 format"); m_console.Notice("script - manually trigger scripts? or script commands?"); m_console.Notice("set-time [x] - set the current scene time phase"); m_console.Notice("show assets - show state of asset cache."); - m_console.Notice("show users - show info about connected users."); m_console.Notice("show modules - shows info about loaded modules."); + m_console.Notice("show regions - shows info about active regions."); + m_console.Notice("show users - show info about connected users."); m_console.Notice("show stats - statistical information for this server not displayed in the client"); - m_console.Notice("threads - list threads"); m_console.Notice("shutdown - disconnect all clients and shutdown."); - m_console.Notice("config set section field value - set a config value"); - m_console.Notice("config get section field - get a config value"); - m_console.Notice("config save - save OpenSim.ini"); m_console.Notice("terrain help - show help for terrain commands."); + m_console.Notice("threads - list threads"); break; case "threads": -- cgit v1.1