From 3f7db32ccf78d1a6af5387c6cada34560fd6c9ca Mon Sep 17 00:00:00 2001 From: Clint Byrum Date: Fri, 3 Mar 2017 20:38:34 -0800 Subject: [PATCH] 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 --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 bootstrap.sh diff --git a/bootstrap.sh b/bootstrap.sh old mode 100644 new mode 100755 index 8d81ff7..643634f --- a/bootstrap.sh +++ b/bootstrap.sh @@ -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 }