mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Let -s actually work.
MFC after: 2 weeks Sponsored by: Dell EMC
This commit is contained in:
parent
c16f407e31
commit
b7a8f5e16f
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue