aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSim.cs
diff options
context:
space:
mode:
authorDr Scofield2008-09-29 12:29:11 +0000
committerDr Scofield2008-09-29 12:29:11 +0000
commite0795e44acf7008cbe610f2e65dabb634b100b73 (patch)
tree9a2e2cc0cd18346a5ea9b38cde524456aa3473d7 /OpenSim/Region/Application/OpenSim.cs
parentMantis #2293 (diff)
downloadopensim-SC_OLD-e0795e44acf7008cbe610f2e65dabb634b100b73.zip
opensim-SC_OLD-e0795e44acf7008cbe610f2e65dabb634b100b73.tar.gz
opensim-SC_OLD-e0795e44acf7008cbe610f2e65dabb634b100b73.tar.bz2
opensim-SC_OLD-e0795e44acf7008cbe610f2e65dabb634b100b73.tar.xz
fixes future mantis from SachaMagne.
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Application/OpenSim.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs
index 9f313eb..1a5c098 100644
--- a/OpenSim/Region/Application/OpenSim.cs
+++ b/OpenSim/Region/Application/OpenSim.cs
@@ -611,7 +611,7 @@ namespace OpenSim
611 m_console.Notice("force-update - force an update of prims in the scene"); 611 m_console.Notice("force-update - force an update of prims in the scene");
612 m_console.Notice("restart - disconnects all clients and restarts the sims in the instance."); 612 m_console.Notice("restart - disconnects all clients and restarts the sims in the instance.");
613 m_console.Notice("remove-region [name] - remove a region"); 613 m_console.Notice("remove-region [name] - remove a region");
614 m_console.Notice("delete-region [name] - delete a region"); 614 m_console.Notice("delete-region [name] - delete a region and its associated region file");
615 m_console.Notice("load-xml [filename] - load prims from XML (DEPRECATED)"); 615 m_console.Notice("load-xml [filename] - load prims from XML (DEPRECATED)");
616 m_console.Notice("save-xml [filename] - save prims to XML (DEPRECATED)"); 616 m_console.Notice("save-xml [filename] - save prims to XML (DEPRECATED)");
617 m_console.Notice("save-xml2 [filename] - save prims to XML using version 2 format"); 617 m_console.Notice("save-xml2 [filename] - save prims to XML using version 2 format");