Fixed typo

This commit is contained in:
framp 2020-01-12 10:28:33 +01:00
parent 7515ee5631
commit 965fc206d7
No known key found for this signature in database
GPG Key ID: D855C81E6393D841
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ In addition the shrinked image can be compressed with gzip, pigz, xz or pxz to c
## Usage ## ## Usage ##
``` ```
sudo pishrink.sh [-sdrzh] imagefile.img [newimagefile.img] sudo pishrink.sh [-sdirzh] imagefile.img [newimagefile.img]
-s: Skip autoexpand -s: Skip autoexpand
-i TOOL: Zip tool to use to compress image. TOOLS can be one of gzip pigz xz pxz (Default: gzip) -i TOOL: Zip tool to use to compress image. TOOLS can be one of gzip pigz xz pxz (Default: gzip)
-d: Debug mode on -d: Debug mode on