aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Agent/UDP/Linden/LindenUDPInfoModule.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2014-01-24 19:36:12 +0000
committerJustin Clark-Casey (justincc)2014-01-24 19:42:48 +0000
commited1a10d92fb8149139e801326302b2512616b7e4 (patch)
treec1ecb20f76e61dad659e504088022fac52ddda38 /OpenSim/Region/OptionalModules/Agent/UDP/Linden/LindenUDPInfoModule.cs
parentSkip IClientAPIs that don't implement IStatsCollector (such as NPCAvatar) fro... (diff)
downloadopensim-SC_OLD-ed1a10d92fb8149139e801326302b2512616b7e4.zip
opensim-SC_OLD-ed1a10d92fb8149139e801326302b2512616b7e4.tar.gz
opensim-SC_OLD-ed1a10d92fb8149139e801326302b2512616b7e4.tar.bz2
opensim-SC_OLD-ed1a10d92fb8149139e801326302b2512616b7e4.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/Agent/UDP/Linden/LindenUDPInfoModule.cs')
-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];