From e0795e44acf7008cbe610f2e65dabb634b100b73 Mon Sep 17 00:00:00 2001 From: Dr Scofield Date: Mon, 29 Sep 2008 12:29:11 +0000 Subject: [PATCH] fixes future mantis from SachaMagne. --- OpenSim/Region/Application/OpenSim.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs index 9f313ebd9c..1a5c09872e 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs @@ -611,7 +611,7 @@ namespace OpenSim m_console.Notice("force-update - force an update of prims in the scene"); 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("delete-region [name] - delete a region"); + m_console.Notice("delete-region [name] - delete a region and its associated region file"); m_console.Notice("load-xml [filename] - load prims from XML (DEPRECATED)"); m_console.Notice("save-xml [filename] - save prims to XML (DEPRECATED)"); m_console.Notice("save-xml2 [filename] - save prims to XML using version 2 format");