- Help message is currently just a man page reference.
This commit is contained in:
Paul Beckingham 2014-12-21 13:13:32 -05:00
parent 02e6530bd3
commit f0c65c4ff8

View file

@ -33,9 +33,7 @@
////////////////////////////////////////////////////////////////////////////////
int cmdHelp ()
{
// TODO This needs some work.
std::cout << "tasksh help\n";
std::cout << "Run 'man tasksh' for help.\n";
return 0;
}