diff options
Diffstat (limited to 'OpenSim/Framework/Servers/BaseOpenSimServer.cs')
-rw-r--r-- | OpenSim/Framework/Servers/BaseOpenSimServer.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/Servers/BaseOpenSimServer.cs b/OpenSim/Framework/Servers/BaseOpenSimServer.cs index c61db33..7a8da52 100644 --- a/OpenSim/Framework/Servers/BaseOpenSimServer.cs +++ b/OpenSim/Framework/Servers/BaseOpenSimServer.cs | |||
@@ -149,6 +149,7 @@ namespace OpenSim.Framework.Servers | |||
149 | switch (command) | 149 | switch (command) |
150 | { | 150 | { |
151 | case "help": | 151 | case "help": |
152 | Notice(""); | ||
152 | Notice("quit - equivalent to shutdown."); | 153 | Notice("quit - equivalent to shutdown."); |
153 | 154 | ||
154 | Notice("show info - show server information (e.g. startup path)."); | 155 | Notice("show info - show server information (e.g. startup path)."); |