diff options
author | Justin Clarke Casey | 2008-05-22 21:26:00 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-05-22 21:26:00 +0000 |
commit | 4e33906973d1437aaa861ba38e68e9eced5d8261 (patch) | |
tree | 8904082bbfbd90a8bf9eb984154aed33dcc18b52 /OpenSim/Region/Application | |
parent | make VS compile Scene.cs (diff) | |
download | opensim-SC_OLD-4e33906973d1437aaa861ba38e68e9eced5d8261.zip opensim-SC_OLD-4e33906973d1437aaa861ba38e68e9eced5d8261.tar.gz opensim-SC_OLD-4e33906973d1437aaa861ba38e68e9eced5d8261.tar.bz2 opensim-SC_OLD-4e33906973d1437aaa861ba38e68e9eced5d8261.tar.xz |
* Add (DEPRECATED) to load-xml/save-xml region console help
Diffstat (limited to 'OpenSim/Region/Application')
-rw-r--r-- | OpenSim/Region/Application/OpenSimMainConsole.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Application/OpenSimMainConsole.cs b/OpenSim/Region/Application/OpenSimMainConsole.cs index 193bad4..e093878 100644 --- a/OpenSim/Region/Application/OpenSimMainConsole.cs +++ b/OpenSim/Region/Application/OpenSimMainConsole.cs | |||
@@ -242,11 +242,11 @@ namespace OpenSim | |||
242 | m_console.Notice("edit-scale [prim name] [x] [y] [z] - resize given prim"); | 242 | m_console.Notice("edit-scale [prim name] [x] [y] [z] - resize given prim"); |
243 | m_console.Notice("export-map [filename] - save image of world map"); | 243 | m_console.Notice("export-map [filename] - save image of world map"); |
244 | m_console.Notice("force-update - force an update of prims in the scene"); | 244 | m_console.Notice("force-update - force an update of prims in the scene"); |
245 | m_console.Notice("load-xml [filename] - load prims from XML"); | 245 | m_console.Notice("load-xml [filename] - load prims from XML (DEPRECATED)"); |
246 | m_console.Notice("load-xml2 [filename] - load prims from XML using version 2 format"); | 246 | m_console.Notice("load-xml2 [filename] - load prims from XML using version 2 format"); |
247 | m_console.Notice("restart - disconnects all clients and restarts the sims in the instance."); | 247 | m_console.Notice("restart - disconnects all clients and restarts the sims in the instance."); |
248 | m_console.Notice("remove-region [name] - remove a region"); | 248 | m_console.Notice("remove-region [name] - remove a region"); |
249 | m_console.Notice("save-xml [filename] - save prims to XML"); | 249 | m_console.Notice("save-xml [filename] - save prims to XML (DEPRECATED)"); |
250 | m_console.Notice("save-xml2 [filename] - save prims to XML using version 2 format"); | 250 | m_console.Notice("save-xml2 [filename] - save prims to XML using version 2 format"); |
251 | m_console.Notice("script - manually trigger scripts? or script commands?"); | 251 | m_console.Notice("script - manually trigger scripts? or script commands?"); |
252 | m_console.Notice("set-time [x] - set the current scene time phase"); | 252 | m_console.Notice("set-time [x] - set the current scene time phase"); |