Added help line

0.1-prestable
gareth 2007-04-02 12:20:29 +00:00
parent 9a0b105ad7
commit beb1d42cfb
1 changed files with 7 additions and 6 deletions

View File

@ -77,12 +77,12 @@ namespace OpenGridServices.UserServer
private void Work() private void Work()
{ {
m_console.WriteLine("\nEnter help for a list of commands\n"); m_console.WriteLine("\nEnter help for a list of commands\n");
while (true) while (true)
{ {
m_console.MainConsolePrompt(); m_console.MainConsolePrompt();
} }
} }
public void Startup() { public void Startup() {
@ -104,7 +104,8 @@ namespace OpenGridServices.UserServer
switch (cmd) switch (cmd)
{ {
case "help": case "help":
m_console.WriteLine("shutdown - shutdown the grid (USE CAUTION!)"); m_console.WriteLine("create user - create a new user");
m_console.WriteLine("shutdown - shutdown the grid (USE CAUTION!)");
break; break;
case "create user": case "create user":