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

This commit is contained in:
Simon L. B. Nielsen 2008-09-07 14:32:03 +00:00
parent b31e5ae243
commit 068ba60199

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