#include #include "constant.hpp" #include "help.hpp" #include using namespace std; void Hello(void) { cout << "\nFTrack " << FVersion << " " << Copyright << "\n"; cout << flush; } void Help(void) { cout << "\n"; cout << "Syntax: Ftrack -c \"ConfigFile\" - To select configuration file\n"; cout << " -u - Unpack outbound\n"; cout << " -t - Do ScanDir: with expired date of execution\n"; cout << " -h | -? - To get this text again\n"; cout << flush; }