Help: Removed use of string defines, cleaned up code

This commit is contained in:
Paul Beckingham 2016-09-02 18:11:47 -04:00
parent ae88d278ef
commit 5904f59fc0

View file

@ -26,14 +26,13 @@
#include <cmake.h> #include <cmake.h>
#include <iostream> #include <iostream>
#include <cstring>
#include <i18n.h>
#include <shared.h>
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
int cmdHelp () 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; return 0;
} }