diff options
author | BlueWall | 2014-08-06 21:41:53 -0400 |
---|---|---|
committer | BlueWall | 2014-08-06 21:41:53 -0400 |
commit | 2924d250ab1dbec9daad711acf898404888b9784 (patch) | |
tree | 10f3f87df7bdca5aad3f6fe8a7bb8853bc1f9591 /OpenSim/Region/CoreModules | |
parent | OpenSimExtras (diff) | |
download | opensim-SC-2924d250ab1dbec9daad711acf898404888b9784.zip opensim-SC-2924d250ab1dbec9daad711acf898404888b9784.tar.gz opensim-SC-2924d250ab1dbec9daad711acf898404888b9784.tar.bz2 opensim-SC-2924d250ab1dbec9daad711acf898404888b9784.tar.xz |
Fix short help string for show region command.
Diffstat (limited to 'OpenSim/Region/CoreModules')
-rw-r--r-- | OpenSim/Region/CoreModules/World/Region/RegionCommandsModule.cs | 2 |
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 | } |