Fix typo in usage message. Add -n to the list of valid arguments.

MFC after:	1 day
This commit is contained in:
Philip Paeps 2010-04-30 15:12:30 +00:00
parent 6ee4d8696f
commit 63a88d586e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=207436

View File

@ -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"