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