diff options
author | UbitUmarov | 2016-09-07 12:43:38 +0100 |
---|---|---|
committer | UbitUmarov | 2016-09-07 12:43:38 +0100 |
commit | b8d97ff37d0ad18ea288b6f68ef309b841ef4ced (patch) | |
tree | a38458f92e40148ff47f6ed7ef07d0222b71f1ac /OpenSim | |
parent | ubMeshmerizer: add a few more try{} guards in file operations, etc (diff) | |
download | opensim-SC-b8d97ff37d0ad18ea288b6f68ef309b841ef4ced.zip opensim-SC-b8d97ff37d0ad18ea288b6f68ef309b841ef4ced.tar.gz opensim-SC-b8d97ff37d0ad18ea288b6f68ef309b841ef4ced.tar.bz2 opensim-SC-b8d97ff37d0ad18ea288b6f68ef309b841ef4ced.tar.xz |
mantis 8021: fix show regionsinview help text
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/LocalGridServiceConnector.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/LocalGridServiceConnector.cs b/OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/LocalGridServiceConnector.cs index 0a555ad..563773a 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 | |||
145 | "Shows the local region neighbours", HandleShowNeighboursCommand); | 145 | "Shows the local region neighbours", HandleShowNeighboursCommand); |
146 | 146 | ||
147 | MainConsole.Instance.Commands.AddCommand("Regions", false, "show regionsinview", | 147 | MainConsole.Instance.Commands.AddCommand("Regions", false, "show regionsinview", |
148 | "show regions that can be seen", | 148 | "show regionsinview", |
149 | "Shows regions that can be seen from a region", HandleShowRegionsInViewCommand); | 149 | "Shows regions that can be seen from a region", HandleShowRegionsInViewCommand); |
150 | } | 150 | } |
151 | 151 | ||