Adding lrzuntar symlink during installation and adjusting help messages.

This commit is contained in:
George Makrydakis 2010-04-03 12:49:33 +03:00
parent d64bf643ff
commit eb2d2215ed
2 changed files with 4 additions and 1 deletions

3
lrztar
View file

@ -40,7 +40,8 @@ function lrztar_local() {
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"
printf "lrz[un]tar -h will display this help message\n"
printf "lrzip -h will display lrzip options\n"
return
}
((v_d)) && {