소스 검색

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

Justin Clark-Casey (justincc) 10 년 전
부모
커밋
c9b5ba78d9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      OpenSim/Region/OptionalModules/Agent/UDP/Linden/LindenUDPInfoModule.cs

+ 1 - 1
OpenSim/Region/OptionalModules/Agent/UDP/Linden/LindenUDPInfoModule.cs

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