aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Agent/UDP/Linden/LindenUDPModule.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-01-20 23:22:45 +0000
committerJustin Clark-Casey (justincc)2011-01-20 23:22:45 +0000
commit58eb6b5fa3f95c2bd649329de5b1c9789e9861be (patch)
treeabae0d93985d3799afd700522efe8104ff512955 /OpenSim/Region/CoreModules/Agent/UDP/Linden/LindenUDPModule.cs
parentremove reference to CoreModules from ClientStack.LindenUDP (diff)
downloadopensim-SC_OLD-58eb6b5fa3f95c2bd649329de5b1c9789e9861be.zip
opensim-SC_OLD-58eb6b5fa3f95c2bd649329de5b1c9789e9861be.tar.gz
opensim-SC_OLD-58eb6b5fa3f95c2bd649329de5b1c9789e9861be.tar.bz2
opensim-SC_OLD-58eb6b5fa3f95c2bd649329de5b1c9789e9861be.tar.xz
minor: help text adjustment for "show queues"
Diffstat (limited to 'OpenSim/Region/CoreModules/Agent/UDP/Linden/LindenUDPModule.cs')
-rw-r--r--OpenSim/Region/CoreModules/Agent/UDP/Linden/LindenUDPModule.cs4
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