minor fixes
This commit is contained in:
@@ -22,7 +22,7 @@ function help()
|
|||||||
echo "$ lch -i - Install the compressors dependencies."
|
echo "$ lch -i - Install the compressors dependencies."
|
||||||
echo "$ lch file.zip - Decompress"
|
echo "$ lch file.zip - Decompress"
|
||||||
echo "$ lch file.zip /home/file - Compress"
|
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 ""
|
||||||
echo "Supported extensions:"
|
echo "Supported extensions:"
|
||||||
echo " rar, tar, tar.gz, tar.bz2, tar.xz, bz2, tgz, gz, zip, 7z"
|
echo " rar, tar, tar.gz, tar.bz2, tar.xz, bz2, tgz, gz, zip, 7z"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
.SH NAME
|
.SH NAME
|
||||||
lch \- command\-line compressor and decompressor for humans
|
lch \- command\-line compressor and decompressor for humans
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
\fBlch\fP [filename [filename1] [filename2]...]
|
\fBlch\fP [-h] [-v] [-c] [-i] [file [file] [file]...]
|
||||||
\fBlch\fP [\fIflags\fP]
|
\fBlch\fP [\fIflags\fP]
|
||||||
|
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
@@ -32,12 +32,12 @@ Install compressors and dependencies.
|
|||||||
.SH EXAMPLES
|
.SH EXAMPLES
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
\fBlch foobar.tar.gz\fR
|
\fBlch file.tar.gz\fR
|
||||||
will decompress file foobar.tar.gz
|
will decompress file.tar.gz
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
\fBlch foobar.tar.gz foobar1/ foobar2/\fP
|
\fBlch file.tar.gz file1 file2\fP
|
||||||
will compress foobar1/ and foobar2/ in foobar.tar.gz
|
will compress file1 and file2 in file.tar.gz
|
||||||
|
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
Report your bugs at <gore@hatthieves.es>
|
Report your bugs at <gore@hatthieves.es>
|
||||||
|
|||||||
Reference in New Issue
Block a user