Commit 62cec4e5 authored by TomKellyGenetics's avatar TomKellyGenetics
Browse files

enable help call

parent a3693c20
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -25,8 +25,7 @@ SOURCE="${BASH_SOURCE[0]}"


#####usage statement#####
statement='
crconverter
statement='crconverter

 Usage:

@@ -155,6 +154,12 @@ if [[ -z $1 ]]; then
    exit 1
fi

if [[ -z $help ]]; then
    echo "$statement"
    echo "$options"
    exit 0
fi

if [[ -z $version ]]; then
    echo "$crconverterversion"
    exit 0