From d64bf643ff913075e7921e315cb70a1101aed53d Mon Sep 17 00:00:00 2001 From: George Makrydakis Date: Sat, 3 Apr 2010 12:36:56 +0300 Subject: [PATCH] Added lrzuntar help message. --- lrztar | 1 + 1 file changed, 1 insertion(+) 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 }