Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Jun 2018 01:10:05 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r335526 - head/usr.sbin/config
Message-ID:  <201806220110.w5M1A56p075796@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Fri Jun 22 01:10:05 2018
New Revision: 335526
URL: https://svnweb.freebsd.org/changeset/base/335526

Log:
  Let -s actually work.
  
  MFC after:	2 weeks
  Sponsored by:	Dell EMC

Modified:
  head/usr.sbin/config/main.c

Modified: head/usr.sbin/config/main.c
==============================================================================
--- head/usr.sbin/config/main.c	Fri Jun 22 00:55:39 2018	(r335525)
+++ head/usr.sbin/config/main.c	Fri Jun 22 01:10:05 2018	(r335526)
@@ -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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806220110.w5M1A56p075796>