minor: help text adjustment for "show queues"

viewer-2-initial-appearance
Justin Clark-Casey (justincc) 2011-01-20 23:22:45 +00:00
parent df740d8e5c
commit 58eb6b5fa3
1 changed files with 2 additions and 2 deletions

View File

@ -84,8 +84,8 @@ namespace OpenSim.Region.CoreModules.UDP.Linden
this, "show queues", this, "show queues",
"show queues [full]", "show queues [full]",
"Show queue data for each client", "Show queue data for each client",
"Without the 'full' option, only users actually on the region are shown." "Without the 'full' option, only root agents are shown."
+ " With the 'full' option child agents of users in neighbouring regions are also shown.", + " With the 'full' option child agents are also shown.",
ShowQueuesReport); ShowQueuesReport);
} }