minor: help text adjustment for "show queues"

This commit is contained in:
Justin Clark-Casey (justincc)
2011-01-20 23:22:45 +00:00
parent df740d8e5c
commit 58eb6b5fa3

View File

@@ -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);
}