Change space -> tab in printed usage output to make it look consistent.

This commit is contained in:
simon 2008-09-07 14:32:03 +00:00
parent 6e02adf310
commit f8ec3c9c15

View File

@ -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