diff options
| author | Jose Luis Duran <jlduran@FreeBSD.org> | 2024-11-07 14:16:50 +0000 |
|---|---|---|
| committer | Jose Luis Duran <jlduran@FreeBSD.org> | 2024-11-16 06:54:58 +0000 |
| commit | 999f288a0eeb230d3655da94c1186ca03c0cc404 (patch) | |
| tree | 9b81420334e16748168c5efb80fd880f54214d26 | |
| parent | 566c039d1e7555343fcf6439a10e56f5a632c0fe (diff) | |
| -rwxr-xr-x | tools/tools/nanobsd/defaults.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/tools/nanobsd/defaults.sh b/tools/tools/nanobsd/defaults.sh index 165c967de807..54e10ba74550 100755 --- a/tools/tools/nanobsd/defaults.sh +++ b/tools/tools/nanobsd/defaults.sh @@ -852,17 +852,20 @@ pprint ( ) ( usage ( ) { ( - echo "Usage: $0 [-bfhiKknqvwX] [-c config_file]" + echo "Usage: $0 [-BbfhIiKknqvWwX] [-c config_file]" + echo " -B suppress installs (both kernel and world)" echo " -b suppress builds (both kernel and world)" echo " -c specify config file" echo " -f suppress code slice extraction (implies -i)" echo " -h print this help summary page" + echo " -I build disk image from existing build/install" 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" echo " -v make output more verbose" + echo " -W suppress installworld" echo " -w suppress buildworld" echo " -X make native-xtools" ) 1>&2 |
