From b72a131ce0096fd9d9e7f3354b6b212e27334424 Mon Sep 17 00:00:00 2001 From: framp Date: Tue, 27 Oct 2020 16:55:18 +0100 Subject: [PATCH] Add gzip and xz variable description in help --- pishrink.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/pishrink.sh b/pishrink.sh index dbf6b09..de8a00a 100755 --- a/pishrink.sh +++ b/pishrink.sh @@ -165,6 +165,7 @@ Usage: $0 [-adhrspvzZ] imagefile.img [newimagefile.img] -a Compress image in parallel using multiple cores -p Remove logs, apt archives, dhcp leases and ssh hostkeys -d Write debug messages in a debug log file + Export variable PISHRINK_GZIP or PISHRINK_XZ to overwrite default gzip or xz options EOM echo "$help" exit 1