diff --git a/runtags b/runtags index 70f60aa03..f5992b8f9 100755 --- a/runtags +++ b/runtags @@ -25,8 +25,8 @@ tags=$(echo $1 | tr "," "\n") if [ "$tags" == "" ] then echo " usage: ./runtags " - echo " Can take a single value or a comma separated list" - echo " Retrieving a list of possible values" + echo " Can take a single value or a comma separated list." + echo " Now retrieving a list of possible values..." ansible-playbook -i ansible_hosts iiab.yml --connection=local --list-tag exit 0 fi