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