Corrected a typo
This commit is contained in:
parent
21d5630c3a
commit
cf40eab455
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ eoParser::eoParser ( unsigned _argc, char **_argv , string _programDescription,
|
|||
programName( _argv[0]),
|
||||
programDescription( _programDescription),
|
||||
needHelp(false, "help", "Prints this message", 'h'),
|
||||
stopOnUnknownParam(true, "stopOnUnknownParam", "Stop if unkonwn param entered", '\0')
|
||||
stopOnUnknownParam(true, "stopOnUnknownParam", "Stop if unkown param entered", '\0')
|
||||
{
|
||||
// need to process the param file first
|
||||
// if we want command-line to have highest priority
|
||||
|
|
|
|||
Reference in a new issue