Mention the 'help' command, too

This commit is contained in:
Tor Lillqvist 2015-05-23 12:02:05 +01:00
parent 54d1ee6d42
commit c97b4d4994

View file

@ -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())