Added help line
parent
9a0b105ad7
commit
beb1d42cfb
|
@ -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":
|
||||||
|
|
Loading…
Reference in New Issue