diff options
author | UbitUmarov | 2015-10-31 22:48:31 +0000 |
---|---|---|
committer | UbitUmarov | 2015-10-31 22:48:31 +0000 |
commit | 9ba288a2e760d2917ac4a60fbb4b2352ecfd48c1 (patch) | |
tree | ee716e6f8140acc05a5246bdf24e73ada641ce82 /OpenSim/Region | |
parent | fix internal support for non square regions (diff) | |
download | opensim-SC-9ba288a2e760d2917ac4a60fbb4b2352ecfd48c1.zip opensim-SC-9ba288a2e760d2917ac4a60fbb4b2352ecfd48c1.tar.gz opensim-SC-9ba288a2e760d2917ac4a60fbb4b2352ecfd48c1.tar.bz2 opensim-SC-9ba288a2e760d2917ac4a60fbb4b2352ecfd48c1.tar.xz |
fix typo reported on mantis 7735
Diffstat (limited to 'OpenSim/Region')
-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 710c8da..bb4dcce 100644 --- a/OpenSim/Region/CoreModules/World/Region/RegionCommandsModule.cs +++ b/OpenSim/Region/CoreModules/World/Region/RegionCommandsModule.cs | |||
@@ -100,7 +100,7 @@ namespace OpenSim.Region.CoreModules.World.Objects.Commands | |||
100 | 100 | ||
101 | m_console.Commands.AddCommand( | 101 | m_console.Commands.AddCommand( |
102 | "Regions", false, "region set", | 102 | "Regions", false, "region set", |
103 | "region get", | 103 | "region set", |
104 | "Set control information for the currently selected region.", | 104 | "Set control information for the currently selected region.", |
105 | "Currently, the following parameters can be set:\n" | 105 | "Currently, the following parameters can be set:\n" |
106 | + "agent-limit <int> - Current root agent limit. This is persisted over restart.\n" | 106 | + "agent-limit <int> - Current root agent limit. This is persisted over restart.\n" |