From 658d02b5e913bfa21b496515943f90ab25b6dac5 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Tue, 29 Nov 2011 16:56:31 +0000 Subject: Improve some of the debug help messages --- OpenSim/Region/Application/OpenSim.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'OpenSim/Region/Application/OpenSim.cs') diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs index f4ed32e..d97583c 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs @@ -244,8 +244,8 @@ namespace OpenSim m_console.Commands.AddCommand("region", false, "debug http", "debug http ", - "Turn on inbound http request debugging for everything except the event queue (see debug eq)." - + "If level >= 2 then the handler used to service the request is logged.\n" + "Turn on inbound http request debugging for everything except the event queue (see debug eq).", + "If level >= 2 then the handler used to service the request is logged.\n" + "If level >= 1 then incoming HTTP requests are logged.\n" + "If level <= 0 then no extra http logging is done.\n", Debug); @@ -345,7 +345,7 @@ namespace OpenSim m_console.Commands.AddCommand("region", false, "backup", "backup", - "Persist objects to the database now", RunCommand); + "Persist currently unsaved object changes immediately instead of waiting for the normal persistence call.", RunCommand); m_console.Commands.AddCommand("region", false, "create region", "create region [\"region name\"] ", -- cgit v1.1