aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorBlueWall2014-08-06 21:41:53 -0400
committerBlueWall2014-08-06 21:41:53 -0400
commit2924d250ab1dbec9daad711acf898404888b9784 (patch)
tree10f3f87df7bdca5aad3f6fe8a7bb8853bc1f9591
parentOpenSimExtras (diff)
downloadopensim-SC_OLD-2924d250ab1dbec9daad711acf898404888b9784.zip
opensim-SC_OLD-2924d250ab1dbec9daad711acf898404888b9784.tar.gz
opensim-SC_OLD-2924d250ab1dbec9daad711acf898404888b9784.tar.bz2
opensim-SC_OLD-2924d250ab1dbec9daad711acf898404888b9784.tar.xz
Fix short help string for show region command.
-rw-r--r--OpenSim/Region/CoreModules/World/Region/RegionCommandsModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/World/Region/RegionCommandsModule.cs b/OpenSim/Region/CoreModules/World/Region/RegionCommandsModule.cs
index b2d5f4b..95eca39 100644
--- a/OpenSim/Region/CoreModules/World/Region/RegionCommandsModule.cs
+++ b/OpenSim/Region/CoreModules/World/Region/RegionCommandsModule.cs
@@ -85,7 +85,7 @@ namespace OpenSim.Region.CoreModules.World.Objects.Commands
85 85
86 m_console.Commands.AddCommand( 86 m_console.Commands.AddCommand(
87 "Regions", false, "show region", 87 "Regions", false, "show region",
88 "show scene", 88 "show region",
89 "Show control information for the currently selected region (host name, max physical prim size, etc).", 89 "Show control information for the currently selected region (host name, max physical prim size, etc).",
90 HandleShowRegion); 90 HandleShowRegion);
91 } 91 }