From 29d3a6c1afc62d9047129d24f5630c67b3729ff4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20Adolfo=20Mesa=20Rold=C3=A1n?= Date: Sun, 27 Sep 2020 11:37:21 +0200 Subject: [PATCH] 0.3r2 - Text capitalize --- lch | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/lch b/lch index 8e1b4d6..b5eab4d 100755 --- a/lch +++ b/lch @@ -1,5 +1,5 @@ #!/bin/bash -VERSION=0.3r1 +VERSION=0.3r2 DEST=$1 shift 1 ORIG=$@ @@ -92,12 +92,13 @@ function help() echo "lch [-h] [-v] [-c] [-i] [FILE [FILE]]" echo "" echo "Examples:" - 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 file.zip /home/file -Compress" - echo "$ lch file.zip -Decompress" + 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 file.zip - Decompress" + echo "$ lch file.zip /home/file - Compress" + echo "$ lch files.zip /flie1 /flie2 - Compress multiple" echo "" echo "Supported extensions:" echo " rar, tar, tar.gz, tar.bz2, tar.xz, bz2, tgz, gz, zip, 7z"