Fix short help string for show region command.

bullet-2.82
BlueWall 2014-08-06 21:41:53 -04:00
parent 10a8d2852e
commit 2924d250ab
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ namespace OpenSim.Region.CoreModules.World.Objects.Commands
m_console.Commands.AddCommand( m_console.Commands.AddCommand(
"Regions", false, "show region", "Regions", false, "show region",
"show scene", "show region",
"Show control information for the currently selected region (host name, max physical prim size, etc).", "Show control information for the currently selected region (host name, max physical prim size, etc).",
HandleShowRegion); HandleShowRegion);
} }