diff --git a/lrztar b/lrztar index a1ce5dd..f232988 100755 --- a/lrztar +++ b/lrztar @@ -39,6 +39,7 @@ function lrztar_local() { printf "lrztar wrapper for compressing/decompressing whole directories with lrzip.\n" printf "usage: lrztar [lrzip options] will compress directory to directory.tar.lrz\n" printf "lrztar -d [lrzip options] will extract directory from directory.tar.lrz\n" + printf "lrzuntar [lrzip options] will extract directory from directory.tar.lrz\n" printf "lrzip -h will list lrzip options\n" return }