View | Details | Raw Unified | Return to bug 277269 | Differences between
and this patch

Collapse All | Expand All

(-)b/tools/tools/nanobsd/defaults.sh (-2 / +4 lines)
Lines 852-868 pprint ( ) ( Link Here
852
852
853
usage ( ) {
853
usage ( ) {
854
	(
854
	(
855
	echo "Usage: $0 [-bfhiKknqvwX] [-c config_file]"
855
	echo "Usage: $0 [-BbfhIiKknqvWwX] [-c config_file]"
856
	echo "	-B	suppress installs (both kernel and world)"
856
	echo "	-b	suppress builds (both kernel and world)"
857
	echo "	-b	suppress builds (both kernel and world)"
857
	echo "	-c	specify config file"
858
	echo "	-c	specify config file"
858
	echo "	-f	suppress code slice extraction (implies -i)"
859
	echo "	-f	suppress code slice extraction (implies -i)"
859
	echo "	-h	print this help summary page"
860
	echo "	-h	print this help summary page"
861
	echo "	-I	build disk image from existing build/install"
860
	echo "	-i	suppress disk image build"
862
	echo "	-i	suppress disk image build"
861
	echo "	-K	suppress installkernel"
863
	echo "	-K	suppress installkernel"
862
	echo "	-k	suppress buildkernel"
864
	echo "	-k	suppress buildkernel"
863
	echo "	-n	add -DNO_CLEAN to buildworld, buildkernel, etc"
865
	echo "	-n	add -DNO_CLEAN to buildworld, buildkernel, etc"
864
	echo "	-q	make output more quiet"
866
	echo "	-q	make output more quiet"
865
	echo "	-v	make output more verbose"
867
	echo "	-v	make output more verbose"
868
	echo "	-W	suppress installworld"
866
	echo "	-w	suppress buildworld"
869
	echo "	-w	suppress buildworld"
867
	echo "	-X	make native-xtools"
870
	echo "	-X	make native-xtools"
868
	) 1>&2
871
	) 1>&2
869
- 

Return to bug 277269