diff options
-rwxr-xr-x | android-proj.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android-proj.sh b/android-proj.sh index bd6e104..d2765bd 100755 --- a/android-proj.sh +++ b/android-proj.sh @@ -2,6 +2,7 @@ if [ $# -lt 5 ]; then echo "usage $0 ProjPath PackageName ProjName ActivityName TargetID" + echo " ex: $0 ~/ domain.test Test TestActivity android-23" exit 1 fi |