From b8d97ff37d0ad18ea288b6f68ef309b841ef4ced Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Wed, 7 Sep 2016 12:43:38 +0100 Subject: [PATCH] mantis 8021: fix show regionsinview help text --- .../ServiceConnectorsOut/Grid/LocalGridServiceConnector.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/LocalGridServiceConnector.cs b/OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/LocalGridServiceConnector.cs index 0a555ad601..563773a687 100644 --- a/OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/LocalGridServiceConnector.cs +++ b/OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/LocalGridServiceConnector.cs @@ -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); }