diff options
author | philip <philip@FreeBSD.org> | 2010-04-30 15:12:30 +0000 |
---|---|---|
committer | philip <philip@FreeBSD.org> | 2010-04-30 15:12:30 +0000 |
commit | 306735e614e65ae3de67b0c1c1f74dd76e1583f3 (patch) | |
tree | 751f6e970b0f34df5a3c45cf2c88dd9d1b681928 | |
parent | 99446b1a227e6c51f9fb58242a3265e9d32464fc (diff) | |
download | FreeBSD-src-306735e614e65ae3de67b0c1c1f74dd76e1583f3.zip FreeBSD-src-306735e614e65ae3de67b0c1c1f74dd76e1583f3.tar.gz |
Fix typo in usage message. Add -n to the list of valid arguments.
MFC after: 1 day
-rw-r--r-- | tools/tools/nanobsd/nanobsd.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/tools/nanobsd/nanobsd.sh b/tools/tools/nanobsd/nanobsd.sh index ce518a5..7afb047 100644 --- a/tools/tools/nanobsd/nanobsd.sh +++ b/tools/tools/nanobsd/nanobsd.sh @@ -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" |