aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-06-26 22:54:41 +0100
committerJustin Clark-Casey (justincc)2012-06-26 22:54:41 +0100
commit25245179868990b07d4431e2dc2e800a4de372e5 (patch)
tree0a429e471b6f398abb38d4c87761181b50baffbc /OpenSim/Services
parentrefactor: Remove unnecessary AttachmentModuleTests.m_userId in favour of loca... (diff)
downloadopensim-SC_OLD-25245179868990b07d4431e2dc2e800a4de372e5.zip
opensim-SC_OLD-25245179868990b07d4431e2dc2e800a4de372e5.tar.gz
opensim-SC_OLD-25245179868990b07d4431e2dc2e800a4de372e5.tar.bz2
opensim-SC_OLD-25245179868990b07d4431e2dc2e800a4de372e5.tar.xz
minor: correct GridService "show regions" cibsike cinnabd usage statement
Diffstat (limited to 'OpenSim/Services')
-rw-r--r--OpenSim/Services/GridService/GridService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/GridService/GridService.cs b/OpenSim/Services/GridService/GridService.cs
index 842a697..36cd573 100644
--- a/OpenSim/Services/GridService/GridService.cs
+++ b/OpenSim/Services/GridService/GridService.cs
@@ -98,7 +98,7 @@ namespace OpenSim.Services.GridService
98 if (MainConsole.Instance.Commands.Resolve(new string[] { "show", "regions" }).Length == 0) 98 if (MainConsole.Instance.Commands.Resolve(new string[] { "show", "regions" }).Length == 0)
99 MainConsole.Instance.Commands.AddCommand("Regions", true, 99 MainConsole.Instance.Commands.AddCommand("Regions", true,
100 "show regions", 100 "show regions",
101 "show all regions", 101 "show regions",
102 "Show details on all regions", 102 "Show details on all regions",
103 String.Empty, 103 String.Empty,
104 HandleShowRegions); 104 HandleShowRegions);