minor fixes

This commit is contained in:
2020-09-29 20:35:16 +02:00
parent e4f1a6fa1a
commit 11b9ab21c9
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ function help()
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 "$ 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"
+5 -5
View File
@@ -2,7 +2,7 @@
.SH NAME
lch \- command\-line compressor and decompressor for humans
.SH SYNOPSIS
\fBlch\fP [filename [filename1] [filename2]...]
\fBlch\fP [-h] [-v] [-c] [-i] [file [file] [file]...]
\fBlch\fP [\fIflags\fP]
.SH DESCRIPTION
@@ -32,12 +32,12 @@ Install compressors and dependencies.
.SH EXAMPLES
.TP
\fBlch foobar.tar.gz\fR
will decompress file foobar.tar.gz
\fBlch file.tar.gz\fR
will decompress file.tar.gz
.TP
\fBlch foobar.tar.gz foobar1/ foobar2/\fP
will compress foobar1/ and foobar2/ in foobar.tar.gz
\fBlch file.tar.gz file1 file2\fP
will compress file1 and file2 in file.tar.gz
.SH BUGS
Report your bugs at <gore@hatthieves.es>