Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 May 2016 10:37:44 +0000 (UTC)
From:      Maxim Konovalov <maxim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r300197 - head/tools/tools/nanobsd
Message-ID:  <201605191037.u4JAbi7Y088357@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: maxim
Date: Thu May 19 10:37:44 2016
New Revision: 300197
URL: https://svnweb.freebsd.org/changeset/base/300197

Log:
  o usage() updated for -h and -X flags.

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

Modified: head/tools/tools/nanobsd/defaults.sh
==============================================================================
--- head/tools/tools/nanobsd/defaults.sh	Thu May 19 06:29:43 2016	(r300196)
+++ head/tools/tools/nanobsd/defaults.sh	Thu May 19 10:37:44 2016	(r300197)
@@ -1018,10 +1018,11 @@ pprint ( ) (
 
 usage ( ) {
 	(
-	echo "Usage: $0 [-bfiKknqvw] [-c config_file]"
+	echo "Usage: $0 [-bfhiKknqvwX] [-c config_file]"
 	echo "	-b	suppress builds (both kernel and world)"
 	echo "	-c	specify config file"
 	echo "	-f	suppress code slice extraction"
+	echo "	-h	print this help summary page"
 	echo "	-i	suppress disk image build"
 	echo "	-K	suppress installkernel"
 	echo "	-k	suppress buildkernel"
@@ -1029,6 +1030,7 @@ usage ( ) {
 	echo "	-q	make output more quiet"
 	echo "	-v	make output more verbose"
 	echo "	-w	suppress buildworld"
+	echo "	-X	make native-xtools"
 	) 1>&2
 	exit 2
 }



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