mirror of
https://github.com/GothenburgBitFactory/taskshell.git
synced 2025-08-22 20:23:14 +02:00
Help
- Help message is currently just a man page reference.
This commit is contained in:
parent
02e6530bd3
commit
f0c65c4ff8
1 changed files with 1 additions and 3 deletions
|
@ -33,9 +33,7 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
int cmdHelp ()
|
int cmdHelp ()
|
||||||
{
|
{
|
||||||
// TODO This needs some work.
|
std::cout << "Run 'man tasksh' for help.\n";
|
||||||
std::cout << "tasksh help\n";
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue