mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Give the user a hint as to what config(8) is unhappy with.
This commit is contained in:
parent
1d1486408b
commit
a17e0dbbf8
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Reference in a new issue