[Android] compile.sh -h for help too

Thomas Guillem git at videolan.org
Tue Feb 10 15:40:49 CET 2015


vlc-ports/android | branch: master | Thomas Guillem <thomas at gllm.fr> | Tue Feb 10 15:40:31 2015 +0100| [146ee614ff125676dc1dc9fcbc22510fc647323b] | committer: Thomas Guillem

compile.sh -h for help too

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=146ee614ff125676dc1dc9fcbc22510fc647323b
---

 compile.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compile.sh b/compile.sh
index 904a036..608b32e 100755
--- a/compile.sh
+++ b/compile.sh
@@ -7,7 +7,7 @@ set -e
 
 while [ $# -gt 0 ]; do
     case $1 in
-        help|--help)
+        help|--help|-h)
             echo "Use -a to set the ARCH:"
             echo "  ARM:     armeabi-v7a, armeabi, armeabi-v5, armeabi-nofpu"
             echo "  ARM64:   arm64-v8a"



More information about the Android mailing list