aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-05-06 00:34:04 +0100
committerJustin Clark-Casey (justincc)2011-05-06 00:34:04 +0100
commit8755a48cde6ee77f421bef07e8b95cf8b68a76ed (patch)
tree9c3730a18ae58b7460e0df8f9cc3695e0fae4fe0
parentremove the NDesk.Options using since didn't end up needing it (diff)
downloadopensim-SC_OLD-8755a48cde6ee77f421bef07e8b95cf8b68a76ed.zip
opensim-SC_OLD-8755a48cde6ee77f421bef07e8b95cf8b68a76ed.tar.gz
opensim-SC_OLD-8755a48cde6ee77f421bef07e8b95cf8b68a76ed.tar.bz2
opensim-SC_OLD-8755a48cde6ee77f421bef07e8b95cf8b68a76ed.tar.xz
fix command display for debugging 'emergency-monitoring'
Diffstat (limited to '')
-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 db17d8f..bdebbfb 100644
--- a/OpenSim/Region/OptionalModules/Agent/UDP/Linden/LindenUDPInfoModule.cs
+++ b/OpenSim/Region/OptionalModules/Agent/UDP/Linden/LindenUDPInfoModule.cs
@@ -107,7 +107,7 @@ namespace OpenSim.Region.CoreModules.UDP.Linden
107 107
108 scene.AddCommand( 108 scene.AddCommand(
109 this, "emergency-monitoring", 109 this, "emergency-monitoring",
110 "Go on/off emergency monitoring mode", 110 "emergency-monitoring",
111 "Go on/off emergency monitoring mode", 111 "Go on/off emergency monitoring mode",
112 "Go on/off emergency monitoring mode", 112 "Go on/off emergency monitoring mode",
113 EmergencyMonitoring); 113 EmergencyMonitoring);