Let -s actually work.

MFC after:	2 weeks
Sponsored by:	Dell EMC
This commit is contained in:
Bryan Drewery 2018-06-22 01:10:05 +00:00
parent c16f407e31
commit b7a8f5e16f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=335526

View File

@ -118,7 +118,7 @@ main(int argc, char **argv)
printmachine = 0;
kernfile = NULL;
SLIST_INIT(&includepath);
while ((ch = getopt(argc, argv, "CI:d:gmpsVx:")) != -1)
while ((ch = getopt(argc, argv, "CI:d:gmps:Vx:")) != -1)
switch (ch) {
case 'C':
filebased = 1;