From 58eb6b5fa3f95c2bd649329de5b1c9789e9861be Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Thu, 20 Jan 2011 23:22:45 +0000 Subject: minor: help text adjustment for "show queues" --- OpenSim/Region/CoreModules/Agent/UDP/Linden/LindenUDPModule.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/Region/CoreModules/Agent') 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 this, "show queues", "show queues [full]", "Show queue data for each client", - "Without the 'full' option, only users actually on the region are shown." - + " With the 'full' option child agents of users in neighbouring regions are also shown.", + "Without the 'full' option, only root agents are shown." + + " With the 'full' option child agents are also shown.", ShowQueuesReport); } -- cgit v1.1