diff --git a/arch-config/scripts/in_path/sc-compress b/arch-config/scripts/in_path/sc-compress index 47a85514..3c8473a8 100755 --- a/arch-config/scripts/in_path/sc-compress +++ b/arch-config/scripts/in_path/sc-compress @@ -12,6 +12,7 @@ elif [ $1 == "-h" ] || [ $1 == "--help" ]; then echo "sc-compress ALGORITHM [STRENGTH] TARGET" echo "Algorithms: xz, zstd" echo "Strength: low, medium, high" + exit 0 else exit 1 fi