Sort -K option before -k rather than at the top.
MFC after: 1 week
This commit is contained in:
parent
a9332fb303
commit
fb90c28e23
@ -909,11 +909,11 @@ 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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user