diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/CoreModules/Agent/UDP/Linden/LindenUDPModule.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/CoreModules/Agent/UDP/Linden/LindenUDPModule.cs b/OpenSim/Region/CoreModules/Agent/UDP/Linden/LindenUDPModule.cs index 11e3f4a..29583dc 100644 --- a/OpenSim/Region/CoreModules/Agent/UDP/Linden/LindenUDPModule.cs +++ b/OpenSim/Region/CoreModules/Agent/UDP/Linden/LindenUDPModule.cs | |||
@@ -84,8 +84,8 @@ namespace OpenSim.Region.CoreModules.UDP.Linden | |||
84 | this, "show queues", | 84 | this, "show queues", |
85 | "show queues [full]", | 85 | "show queues [full]", |
86 | "Show queue data for each client", | 86 | "Show queue data for each client", |
87 | "Without the 'full' option, only users actually on the region are shown." | 87 | "Without the 'full' option, only root agents are shown." |
88 | + " With the 'full' option child agents of users in neighbouring regions are also shown.", | 88 | + " With the 'full' option child agents are also shown.", |
89 | ShowQueuesReport); | 89 | ShowQueuesReport); |
90 | } | 90 | } |
91 | 91 | ||