minor: correct the usage statement on the "show image queues" console command - should not have been "image queues show"
parent
d1f1642e1a
commit
ed1a10d92f
|
@ -304,7 +304,7 @@ namespace OpenSim.Region.OptionalModules.UDP.Linden
|
||||||
private string GetImageQueuesReport(string[] showParams)
|
private string GetImageQueuesReport(string[] showParams)
|
||||||
{
|
{
|
||||||
if (showParams.Length < 5 || showParams.Length > 6)
|
if (showParams.Length < 5 || showParams.Length > 6)
|
||||||
return "Usage: image queues show <first-name> <last-name> [full]";
|
return "Usage: show image queues <first-name> <last-name> [full]";
|
||||||
|
|
||||||
string firstName = showParams[3];
|
string firstName = showParams[3];
|
||||||
string lastName = showParams[4];
|
string lastName = showParams[4];
|
||||||
|
|
Loading…
Reference in New Issue