minor: help text adjustment for "show queues"
parent
df740d8e5c
commit
58eb6b5fa3
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue