aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2014-01-24 19:36:12 +0000
committerJustin Clark-Casey (justincc)2014-01-24 19:36:12 +0000
commitc9b5ba78d959e6368a525630fecc6103f317f1da (patch)
treee23b68d47d87f03a3e6abf9cc8ab410f111ab887 /OpenSim/Region/OptionalModules
parentSkip IClientAPIs that don't implement IStatsCollector (such as NPCAvatar) fro... (diff)
downloadopensim-SC_OLD-c9b5ba78d959e6368a525630fecc6103f317f1da.zip
opensim-SC_OLD-c9b5ba78d959e6368a525630fecc6103f317f1da.tar.gz
opensim-SC_OLD-c9b5ba78d959e6368a525630fecc6103f317f1da.tar.bz2
opensim-SC_OLD-c9b5ba78d959e6368a525630fecc6103f317f1da.tar.xz
minor: correct the usage statement on the "show image queues" console command - should not have been "image queues show"
Diffstat (limited to 'OpenSim/Region/OptionalModules')
-rw-r--r--OpenSim/Region/OptionalModules/Agent/UDP/Linden/LindenUDPInfoModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/OptionalModules/Agent/UDP/Linden/LindenUDPInfoModule.cs b/OpenSim/Region/OptionalModules/Agent/UDP/Linden/LindenUDPInfoModule.cs
index 3bf5585..034082e 100644
--- a/OpenSim/Region/OptionalModules/Agent/UDP/Linden/LindenUDPInfoModule.cs
+++ b/OpenSim/Region/OptionalModules/Agent/UDP/Linden/LindenUDPInfoModule.cs
@@ -304,7 +304,7 @@ namespace OpenSim.Region.OptionalModules.UDP.Linden
304 private string GetImageQueuesReport(string[] showParams) 304 private string GetImageQueuesReport(string[] showParams)
305 { 305 {
306 if (showParams.Length < 5 || showParams.Length > 6) 306 if (showParams.Length < 5 || showParams.Length > 6)
307 return "Usage: image queues show <first-name> <last-name> [full]"; 307 return "Usage: show image queues <first-name> <last-name> [full]";
308 308
309 string firstName = showParams[3]; 309 string firstName = showParams[3];
310 string lastName = showParams[4]; 310 string lastName = showParams[4];