Give the user a hint as to what config(8) is unhappy with.
This commit is contained in:
parent
1d1486408b
commit
a17e0dbbf8
@ -382,8 +382,8 @@ next:
|
||||
mandatory = 1;
|
||||
} else if (!eq(wd, "optional")) {
|
||||
fprintf(stderr,
|
||||
"%s: %s must be optional, mandatory or standard\n",
|
||||
fname, this);
|
||||
"%s: \"%s\" %s must be optional, mandatory or standard\n",
|
||||
fname, wd, this);
|
||||
exit(1);
|
||||
}
|
||||
nextparam:
|
||||
|
Loading…
x
Reference in New Issue
Block a user