Remove erroneous -b option from bootstrap.sh help

The help also tells you to use './bootstrap.sh' but the file wasn't +x in
the repo, so I've set that +x as well.

This closes issue #852
This commit is contained in:
Clint Byrum 2017-03-03 20:38:34 -08:00
parent 3b9a9fa3fe
commit 3f7db32ccf

2
bootstrap.sh Normal file → Executable file
View file

@ -350,7 +350,7 @@ usage()
echo " -d Only install the dependencies, skip boot step" echo " -d Only install the dependencies, skip boot step"
echo "EXAMPLES:" echo "EXAMPLES:"
echo echo
echo "./bootstrap.sh -b buddy -e qemu" echo "./bootstrap.sh -e qemu"
exit exit
} }