Browse Source

Merge branch 'master' of https://gitea.hatthieves.es/cloud/lch into master

pull/8/head
radikal 3 years ago
parent
commit
5cd4ad4852
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      lch

+ 3
- 3
lch View File

@ -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"


Loading…
Cancel
Save