From 2924d250ab1dbec9daad711acf898404888b9784 Mon Sep 17 00:00:00 2001 From: BlueWall Date: Wed, 6 Aug 2014 21:41:53 -0400 Subject: Fix short help string for show region command. --- OpenSim/Region/CoreModules/World/Region/RegionCommandsModule.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region') 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 m_console.Commands.AddCommand( "Regions", false, "show region", - "show scene", + "show region", "Show control information for the currently selected region (host name, max physical prim size, etc).", HandleShowRegion); } -- cgit v1.1