Updated README

This commit is contained in:
framp 2020-01-11 15:24:52 +01:00
parent 4ed3162284
commit 3a931ddb73
1 changed files with 2 additions and 1 deletions

View File

@ -6,9 +6,10 @@ PiShrink is a bash script that automatically shrink a pi image that will then re
```
sudo pishrink.sh [-sdrzh] imagefile.img [newimagefile.img]
-s: Skip autoexpand
-i TOOL: Zip tool to use to compress image. TOOLS can be one of gtip pigz xz pxz (Default: gzip)
-d: Debug mode on
-r: Use advanced repair options
-z: Gzip compress image after shrinking
-z: Compress image after shrinking
-h: display help text
```