diff options
author | Justin Clark-Casey (justincc) | 2014-01-24 19:36:12 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2014-01-24 19:42:48 +0000 |
commit | ed1a10d92fb8149139e801326302b2512616b7e4 (patch) | |
tree | c1ecb20f76e61dad659e504088022fac52ddda38 | |
parent | Skip IClientAPIs that don't implement IStatsCollector (such as NPCAvatar) fro... (diff) | |
download | opensim-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"
-rw-r--r-- | OpenSim/Region/OptionalModules/Agent/UDP/Linden/LindenUDPInfoModule.cs | 2 |
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]; |