From c0384e5e3780793bfa4cc18225dca90910618bed Mon Sep 17 00:00:00 2001 From: Tommaso Madonia Date: Thu, 10 Apr 2014 20:11:45 +0200 Subject: [PATCH] Replaced spaces with tab --- iSSH2.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/iSSH2.sh b/iSSH2.sh index 0646638..837bc15 100755 --- a/iSSH2.sh +++ b/iSSH2.sh @@ -67,12 +67,12 @@ usageHelp () { echo "This script download and build OpenSSL and Libssh2 libraries." echo echo "Options:" - echo " -a, --archs=[ARCHS] build for [ARCHS] architectures" - echo " -i, --iphoneosMinVersion=VERS set iPhoneOS minimum version to VERS" - echo " -s, --sdkVersion=VERS use SDK version VERS" - echo " -l, --libssh2=VERS download and build Libssh2 version VERS" - echo " -o, --openssl=VERS download and build OpenSSL version VERS" - echo " -h, --help display this help and exit" + echo " -a, --archs=[ARCHS] build for [ARCHS] architectures" + echo " -i, --iphoneosMinVersion=VERS set iPhoneOS minimum version to VERS" + echo " -s, --sdkVersion=VERS use SDK version VERS" + echo " -l, --libssh2=VERS download and build Libssh2 version VERS" + echo " -o, --openssl=VERS download and build OpenSSL version VERS" + echo " -h, --help display this help and exit" echo exit 1 }