From 383b3dadd54010f2a4772b07969c158eb3f12cf7 Mon Sep 17 00:00:00 2001 From: lorinbeer Date: Fri, 12 Apr 2013 08:32:22 -0700 Subject: [PATCH] [CB-3024] expanded help string for cl create script --- bin/create | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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