From 11b9ab21c9d809a7625cea47297e9cf2fa2b50d2 Mon Sep 17 00:00:00 2001 From: radikal Date: Tue, 29 Sep 2020 20:35:16 +0200 Subject: [PATCH] minor fixes --- lch | 2 +- lch.1 | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lch b/lch index ddc249c..2599b54 100755 --- a/lch +++ b/lch @@ -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" diff --git a/lch.1 b/lch.1 index 944a851..a74a5bc 100644 --- a/lch.1 +++ b/lch.1 @@ -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