minor: correct the usage statement on the "show image queues" console command - should not have been "image queues show"

master-beforevarregion
Justin Clark-Casey (justincc) 2014-01-24 19:36:12 +00:00
parent 4a9796a506
commit c9b5ba78d9
1 changed files with 1 additions and 1 deletions

View File

@ -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];