From 94aa7e677cabe45cd0a538e430b9e9c3b825c7e9 Mon Sep 17 00:00:00 2001 From: Melanie Date: Wed, 30 Sep 2009 09:12:43 +0100 Subject: Change command help text to show .ini in place of .xml when creating regions --- OpenSim/Region/Application/OpenSim.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/Region/Application/OpenSim.cs') diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs index c0bdc1e..d7a4944 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs @@ -497,7 +497,7 @@ namespace OpenSim { if (cmd.Length < 4) { - m_log.Error("Usage: create region "); + m_log.Error("Usage: create region "); return; } if (cmd[3].EndsWith(".xml")) @@ -524,7 +524,7 @@ namespace OpenSim } else { - m_log.Error("Usage: create region "); + m_log.Error("Usage: create region "); return; } } -- cgit v1.1