Fix short help string for show region command.
parent
10a8d2852e
commit
2924d250ab
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue