svn commit: r274825 - head/tools/tools/nanobsd

Warner Losh imp at FreeBSD.org
Fri Nov 21 23:04:13 UTC 2014


Author: imp
Date: Fri Nov 21 23:04:12 2014
New Revision: 274825
URL: https://svnweb.freebsd.org/changeset/base/274825

Log:
  Sort -K option before -k rather than at the top.
  
  MFC after:	1 week

Modified:
  head/tools/tools/nanobsd/nanobsd.sh

Modified: head/tools/tools/nanobsd/nanobsd.sh
==============================================================================
--- head/tools/tools/nanobsd/nanobsd.sh	Fri Nov 21 23:03:30 2014	(r274824)
+++ head/tools/tools/nanobsd/nanobsd.sh	Fri Nov 21 23:04:12 2014	(r274825)
@@ -909,11 +909,11 @@ pprint() (
 usage () {
 	(
 	echo "Usage: $0 [-bfiKknqvw] [-c config_file]"
-	echo "	-K	suppress installkernel"
 	echo "	-b	suppress builds (both kernel and world)"
 	echo "	-c	specify config file"
 	echo "	-f	suppress code slice extraction"
 	echo "	-i	suppress disk image build"
+	echo "	-K	suppress installkernel"
 	echo "	-k	suppress buildkernel"
 	echo "	-n	add -DNO_CLEAN to buildworld, buildkernel, etc"
 	echo "	-q	make output more quiet"


More information about the svn-src-all mailing list