Fix if x or y

This commit is contained in:
RealStickman 2021-07-31 19:17:07 +02:00
parent 8a348a482a
commit f5cd404832

View File

@ -8,7 +8,7 @@ elif [ $# -eq 3 ]; then
alg=$1 alg=$1
str=$2 str=$2
target=$3 target=$3
elif [ $1 == "-h" || $1 == "--help" ]; then elif [ $1 == "-h" ] || [ $1 == "--help" ]; then
echo "sc-compress ALGORITHM [STRENGTH] TARGET" echo "sc-compress ALGORITHM [STRENGTH] TARGET"
echo "Algorithms: xz, zstd" echo "Algorithms: xz, zstd"
echo "Strength: low, medium, high" echo "Strength: low, medium, high"