mantis 8021: fix show regionsinview help text

This commit is contained in:
UbitUmarov
2016-09-07 12:43:38 +01:00
parent d5dbcc8ad7
commit b8d97ff37d

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);
}