Merge pull request #863 from SpamapS/master

Remove erroneous -b option from bootstrap.sh help
This commit is contained in:
Jeremy Soller 2017-03-04 09:54:14 -08:00 committed by GitHub
commit 474793fb6e

2
bootstrap.sh Normal file → Executable file
View file

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