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

Philip Paeps philip at FreeBSD.org
Fri Apr 30 15:12:30 UTC 2010


Author: philip
Date: Fri Apr 30 15:12:30 2010
New Revision: 207436
URL: http://svn.freebsd.org/changeset/base/207436

Log:
  Fix typo in usage message.  Add -n to the list of valid arguments.
  
  MFC after:	1 day

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

Modified: head/tools/tools/nanobsd/nanobsd.sh
==============================================================================
--- head/tools/tools/nanobsd/nanobsd.sh	Fri Apr 30 13:54:18 2010	(r207435)
+++ head/tools/tools/nanobsd/nanobsd.sh	Fri Apr 30 15:12:30 2010	(r207436)
@@ -682,12 +682,12 @@ pprint() {
 
 usage () {
 	(
-	echo "Usage: $0 [-bikqvw] [-c config_file]"
+	echo "Usage: $0 [-biknqvw] [-c config_file]"
 	echo "	-b	suppress builds (both kernel and world)"
 	echo "	-i	suppress disk image build"
 	echo "	-k	suppress buildkernel"
 	echo "	-n	add -DNO_CLEAN to buildworld, buildkernel, etc"
-	echo "	-q	make output more quite"
+	echo "	-q	make output more quiet"
 	echo "	-v	make output more verbose"
 	echo "	-w	suppress buildworld"
 	echo "	-c	specify config file"


More information about the svn-src-all mailing list