Mention the 'help' command, too
This commit is contained in:
parent
54d1ee6d42
commit
c97b4d4994
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ protected:
|
|||
|
||||
if (isatty(0))
|
||||
{
|
||||
std::cout << "Enter LOKit \"commands\", one per line. Enter EOF to finish." << std::endl;
|
||||
std::cout << "Enter LOKit \"commands\", one per line. 'help' for help. EOF to finish." << std::endl;
|
||||
}
|
||||
|
||||
while (!std::cin.eof())
|
||||
|
|
Loading…
Reference in a new issue