Give the user a hint as to what config(8) is unhappy with.

This commit is contained in:
David E. O'Brien 2010-11-02 05:27:05 +00:00
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: