From 965fc206d7c093b98ea77d534ba3322c43e95f25 Mon Sep 17 00:00:00 2001 From: framp Date: Sun, 12 Jan 2020 10:28:33 +0100 Subject: [PATCH] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78fb10b..eb75bee 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ In addition the shrinked image can be compressed with gzip, pigz, xz or pxz to c ## Usage ## ``` -sudo pishrink.sh [-sdrzh] imagefile.img [newimagefile.img] +sudo pishrink.sh [-sdirzh] imagefile.img [newimagefile.img] -s: Skip autoexpand -i TOOL: Zip tool to use to compress image. TOOLS can be one of gzip pigz xz pxz (Default: gzip) -d: Debug mode on