aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-01-20 21:41:48 +0000
committerJustin Clark-Casey (justincc)2011-01-20 21:41:48 +0000
commitb0aebc6f3d8d0a9b086b4af3c8ad81c2daba7610 (patch)
tree6209ce6a340851ffa34b3c026cd39de95869bad6 /OpenSim
parentFor now, comment out logging messages about IM sending, since these cause hig... (diff)
downloadopensim-SC_OLD-b0aebc6f3d8d0a9b086b4af3c8ad81c2daba7610.zip
opensim-SC_OLD-b0aebc6f3d8d0a9b086b4af3c8ad81c2daba7610.tar.gz
opensim-SC_OLD-b0aebc6f3d8d0a9b086b4af3c8ad81c2daba7610.tar.bz2
opensim-SC_OLD-b0aebc6f3d8d0a9b086b4af3c8ad81c2daba7610.tar.xz
minor: make "show info" help slightly clearer
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Framework/Servers/BaseOpenSimServer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Servers/BaseOpenSimServer.cs b/OpenSim/Framework/Servers/BaseOpenSimServer.cs
index cbab2db..865a0ed 100644
--- a/OpenSim/Framework/Servers/BaseOpenSimServer.cs
+++ b/OpenSim/Framework/Servers/BaseOpenSimServer.cs
@@ -175,7 +175,7 @@ namespace OpenSim.Framework.Servers
175 175
176 m_console.Commands.AddCommand("base", false, "show info", 176 m_console.Commands.AddCommand("base", false, "show info",
177 "show info", 177 "show info",
178 "Show general information", HandleShow); 178 "Show general information about the server", HandleShow);
179 179
180 m_console.Commands.AddCommand("base", false, "show stats", 180 m_console.Commands.AddCommand("base", false, "show stats",
181 "show stats", 181 "show stats",