mirror of
https://github.com/GothenburgBitFactory/taskshell.git
synced 2025-07-07 20:06:42 +02:00
Help: Removed use of string defines, cleaned up code
This commit is contained in:
parent
ae88d278ef
commit
5904f59fc0
1 changed files with 3 additions and 4 deletions
|
@ -26,14 +26,13 @@
|
|||
|
||||
#include <cmake.h>
|
||||
#include <iostream>
|
||||
#include <cstring>
|
||||
#include <i18n.h>
|
||||
#include <shared.h>
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
int cmdHelp ()
|
||||
{
|
||||
std::cout << "\n" << STRING_COMMAND_HELP << "\n";
|
||||
std::cout << "\n"
|
||||
<< "Run 'man tasksh' from your shell prompt.\nRun '! man tasksh' from inside tasksh.\n"
|
||||
<< "\n";
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue