Change command help text to show .ini in place of .xml when creating regions

0.6.8-post-fixes
Melanie 2009-09-30 09:12:43 +01:00
parent 09cb8a594b
commit 94aa7e677c
1 changed files with 2 additions and 2 deletions

View File

@ -497,7 +497,7 @@ namespace OpenSim
{
if (cmd.Length < 4)
{
m_log.Error("Usage: create region <region name> <region_file.xml>");
m_log.Error("Usage: create region <region name> <region_file.ini>");
return;
}
if (cmd[3].EndsWith(".xml"))
@ -524,7 +524,7 @@ namespace OpenSim
}
else
{
m_log.Error("Usage: create region <region name> <region_file.xml>");
m_log.Error("Usage: create region <region name> <region_file.ini>");
return;
}
}