Sort -K option before -k rather than at the top.

MFC after:	1 week
This commit is contained in:
Warner Losh 2014-11-21 23:04:12 +00:00
parent a9332fb303
commit fb90c28e23

View File

@ -909,11 +909,11 @@ pprint() (
usage () { usage () {
( (
echo "Usage: $0 [-bfiKknqvw] [-c config_file]" echo "Usage: $0 [-bfiKknqvw] [-c config_file]"
echo " -K suppress installkernel"
echo " -b suppress builds (both kernel and world)" echo " -b suppress builds (both kernel and world)"
echo " -c specify config file" echo " -c specify config file"
echo " -f suppress code slice extraction" echo " -f suppress code slice extraction"
echo " -i suppress disk image build" echo " -i suppress disk image build"
echo " -K suppress installkernel"
echo " -k suppress buildkernel" echo " -k suppress buildkernel"
echo " -n add -DNO_CLEAN to buildworld, buildkernel, etc" echo " -n add -DNO_CLEAN to buildworld, buildkernel, etc"
echo " -q make output more quiet" echo " -q make output more quiet"