diff --git a/devel.sh b/devel.sh index 39a8c4f..1ab9a44 100755 --- a/devel.sh +++ b/devel.sh @@ -28,6 +28,8 @@ if [[ $# -ne 1 ]]; then echo " test - If no vendor/ folder Update, then run phpunit tests." echo " clean - Remove all buildfiles and editor artifacts." echo " tidy - Remove all editor artifacts." + echo "" + echo "For style points, you might consider targeting these with git-hooks" fi cmd=$1