Updated help message on console
parent
d828af7036
commit
d4cd213b32
|
@ -144,6 +144,11 @@ namespace OpenSim
|
|||
// Runs a command with a number of parameters
|
||||
public Object RunCmd(string Cmd, string[] cmdparams) {
|
||||
switch(Cmd) {
|
||||
case "help":
|
||||
this.WriteLine("show users - show info about connected users");
|
||||
this.WriteLine("shutdown - disconnect all clients and shutdown");
|
||||
break;
|
||||
|
||||
case "show":
|
||||
ShowCommands(cmdparams[0]);
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue