diff --git a/lch b/lch index 2599b54..6f42358 100755 --- a/lch +++ b/lch @@ -1,5 +1,5 @@ #!/bin/bash -VERSION=0.4r6 +VERSION=0.4r7 DEST=$1 shift 1 ORIG=$@ @@ -19,10 +19,10 @@ function help() echo "$ lch -h - This help" echo "$ lch -v - Print version" echo "$ lch -c - Check compresion systems" - echo "$ lch -i - Install the compressors dependencies." + echo "$ lch -i - Install the compressors dependencies" echo "$ lch file.zip - Decompress" echo "$ lch file.zip /home/file - Compress" - echo "$ lch files.zip file1 file2 - Compress multiple" + echo "$ lch files.zip file1 file2 - Compress multiple" echo "" echo "Supported extensions:" echo " rar, tar, tar.gz, tar.bz2, tar.xz, bz2, tgz, gz, zip, 7z"