diff --git a/bin/create b/bin/create index 2eae82bd..35d33638 100755 --- a/bin/create +++ b/bin/create @@ -25,8 +25,11 @@ set -e if [ -z "$1" ] || [ "$1" == "-h" ] then - echo 'usage: create path package activity' + echo "Usage: $0 " echo "Make sure the Android SDK tools folder is in your PATH!" + echo " : Path to your new Cordova iOS project" + echo " : Package name, following reverse-domain style convention" + echo " : Project name" exit 0 fi