diff --git a/profile.d/compress.sh b/profile.d/compress.sh index 42d294e..85fe75e 100644 --- a/profile.d/compress.sh +++ b/profile.d/compress.sh @@ -476,7 +476,7 @@ taz() [[ $4 ]] && opt=('--verbose') opt+=("$procopt") - # Compresse au format bz2 + # Compress with gzip $command "${opt[@]}" --keep "-$3" "$1" return $? } @@ -520,7 +520,7 @@ taz() [[ $4 ]] && verb=('-v') [[ $2 -gt 1 ]] && disp W "lzop doesn't support multithreading, falling back to 1 thread." - # Compresse au format lzo + # Compress with lzo lzop "${verb[@]}" --keep "-$3" "$1" return $? }