diff options
Diffstat (limited to '')
-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 | } |