* t-eoLogger: missed some code lines to display correctly the help
This commit is contained in:
parent
541a14babf
commit
f7170e2eba
1 changed files with 6 additions and 1 deletions
|
|
@ -14,8 +14,13 @@ int main(int ac, char** av)
|
|||
{
|
||||
eoParserLogger parser(ac, av);
|
||||
|
||||
make_help(parser);
|
||||
if (parser.userNeedsHelp())
|
||||
{
|
||||
parser.printHelp(std::cout);
|
||||
exit(1);
|
||||
}
|
||||
|
||||
make_help(parser);
|
||||
make_verbose(parser);
|
||||
|
||||
eo::log << eo::setlevel(eo::debug);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue