diff --git a/Building-and-Testing.md b/Building-and-Testing.md index e4e8410..855c742 100644 --- a/Building-and-Testing.md +++ b/Building-and-Testing.md @@ -65,9 +65,9 @@ if [ -z "$1" ] then echo "Need to define a output folder for the archiso:" echo "Example (build and run):" - echo " ./test.sh ./archiso" - echo "Example (skip building and run existing ISO):" echo " ./test.sh ./archiso true" + echo "Example (skip building and run ISO as given path):" + echo " ./test.sh ./archiso" exit 1 fi