Fix if x or y
This commit is contained in:
parent
8a348a482a
commit
f5cd404832
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user