wrc: Fixed typo for the --pedantic argument.

This commit is contained in:
Nicolas Delcros 2006-09-25 14:03:43 +01:00 committed by Alexandre Julliard
parent a3d8d14e52
commit a6fe56a8cf
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ static struct option long_options[] = {
{ "nostdinc", 0, 0, 1 },
{ "output", 1, 0, 'o' },
{ "output-format", 1, 0, 'O' },
{ "pendantic", 0, 0, 8 },
{ "pedantic", 0, 0, 8 },
{ "preprocessor", 1, 0, 4 },
{ "target", 1, 0, 'F' },
{ "undefine", 1, 0, 'U' },