minor: correct the usage statement on the "show image queues" console command - should not have been "image queues show"
parent
4a9796a506
commit
c9b5ba78d9
|
@ -304,7 +304,7 @@ namespace OpenSim.Region.OptionalModules.UDP.Linden
|
|||
private string GetImageQueuesReport(string[] showParams)
|
||||
{
|
||||
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 lastName = showParams[4];
|
||||
|
|
Loading…
Reference in New Issue