mirror of
https://github.com/ckolivas/lrzip.git
synced 2025-12-06 07:12:00 +01:00
Added lrzuntar help message.
This commit is contained in:
parent
0ac7b8703b
commit
d64bf643ff
1
lrztar
1
lrztar
|
|
@ -39,6 +39,7 @@ function lrztar_local() {
|
|||
printf "lrztar wrapper for compressing/decompressing whole directories with lrzip.\n"
|
||||
printf "usage: lrztar [lrzip options] <directory> will compress directory to directory.tar.lrz\n"
|
||||
printf "lrztar -d [lrzip options] <directory.tar.lrz> will extract directory from directory.tar.lrz\n"
|
||||
printf "lrzuntar [lrzip options] <directory.tar.lrz> will extract directory from directory.tar.lrz\n"
|
||||
printf "lrzip -h will list lrzip options\n"
|
||||
return
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue