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()
{
m_console.WriteLine("\nEnter help for a list of commands\n");
m_console.WriteLine("\nEnter help for a list of commands\n");
while (true)
{
m_console.MainConsolePrompt();
}
while (true)
{
m_console.MainConsolePrompt();
}
}
public void Startup() {
@ -104,7 +104,8 @@ namespace OpenGridServices.UserServer
switch (cmd)
{
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;
case "create user":