Searched refs:PARAM_HELP (Results 1 – 1 of 1) sorted by relevance
40 #define PARAM_HELP "--help" macro284 std::cout << "\t" << std::setw(15) << PARAM_HELP << " - display this help message\n"; in PrintHelp()363 else if(strcmp(argv[iarg], PARAM_HELP) == 0) in ProcessCommandLine()