diff --git a/usr.sbin/config/main.c b/usr.sbin/config/main.c index c41e3ec52c87..69499b4fa565 100644 --- a/usr.sbin/config/main.c +++ b/usr.sbin/config/main.c @@ -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;