From 068ba60199af0e0d766c2fa4cc363366b8f18fdb Mon Sep 17 00:00:00 2001 From: "Simon L. B. Nielsen" Date: Sun, 7 Sep 2008 14:32:03 +0000 Subject: [PATCH] Change space -> tab in printed usage output to make it look consistent. --- tools/tools/nanobsd/nanobsd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tools/nanobsd/nanobsd.sh b/tools/tools/nanobsd/nanobsd.sh index fa81f685807..f2bb70b8941 100644 --- a/tools/tools/nanobsd/nanobsd.sh +++ b/tools/tools/nanobsd/nanobsd.sh @@ -605,7 +605,7 @@ usage () { echo " -b suppress builds (both kernel and world)" echo " -k suppress buildkernel" echo " -w suppress buildworld" - echo " -i suppress disk image build" + echo " -i suppress disk image build" echo " -c specify config file" ) 1>&2 exit 2