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

Warner Losh imp at FreeBSD.org
Sat Aug 2 05:18:00 UTC 2014


Author: imp
Date: Sat Aug  2 05:17:59 2014
New Revision: 269424
URL: http://svnweb.freebsd.org/changeset/base/269424

Log:
  Sort usage options.

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

Modified: head/tools/tools/nanobsd/nanobsd.sh
==============================================================================
--- head/tools/tools/nanobsd/nanobsd.sh	Sat Aug  2 05:16:20 2014	(r269423)
+++ head/tools/tools/nanobsd/nanobsd.sh	Sat Aug  2 05:17:59 2014	(r269424)
@@ -896,16 +896,16 @@ 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"
 	echo "	-v	make output more verbose"
 	echo "	-w	suppress buildworld"
-	echo "	-c	specify config file"
 	) 1>&2
 	exit 2
 }


More information about the svn-src-head mailing list