From 80b5375347e1a7f273a9f5223894a050e232070d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20Adolfo=20Mesa=20Rold=C3=A1n?= Date: Wed, 30 Sep 2020 00:06:01 +0200 Subject: [PATCH] 0.4r6 - Text fixed --- lch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"