From b7a8f5e16f973635f2b4b0c6abebe2eb1eeaeb3a Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Fri, 22 Jun 2018 01:10:05 +0000 Subject: [PATCH] Let -s actually work. MFC after: 2 weeks Sponsored by: Dell EMC --- usr.sbin/config/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;