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

0.7.6-extended
Justin Clark-Casey (justincc) 2014-01-24 19:36:12 +00:00
parent d1f1642e1a
commit ed1a10d92f
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];