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:
parent
3b9a9fa3fe
commit
3f7db32ccf
2
bootstrap.sh
Normal file → Executable file
2
bootstrap.sh
Normal file → Executable 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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue