mantis 8021: fix show regionsinview help text

LSLKeyTest
UbitUmarov 2016-09-07 12:43:38 +01:00
parent d5dbcc8ad7
commit b8d97ff37d
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Grid
"Shows the local region neighbours", HandleShowNeighboursCommand);
MainConsole.Instance.Commands.AddCommand("Regions", false, "show regionsinview",
"show regions that can be seen",
"show regionsinview",
"Shows regions that can be seen from a region", HandleShowRegionsInViewCommand);
}