Commit 3150a1c9 authored by TomKellyGenetics's avatar TomKellyGenetics
Browse files

fix description input

parent c37b8d40
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -85,7 +85,7 @@ for op in "$@";do
        -d|--description)
            shift
            if [[ "$1" != "" ]]; then
                TEXT="${1/%\//}"
                description="${1/%\//}"
                shift
                skip=true
            fi