fix a typo

This commit is contained in:
Simone Karin Lehmann 2018-03-13 23:43:41 +01:00 committed by Simone Karin Lehmann
parent af82904390
commit 24e089636e
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ PiShrink [https://github.com/Drewsif/PiShrink](https://github.com/Drewsif/PiShri
Besides the original script it uses a few utils for the ext2/3/4 filesystem. All of these tools can be easily build by running the provided helper scripts in this repository. For mor information see below.
## Usage ##
`pishrink.sh imagefile.img [newimagefile.img]`
`pishrink imagefile.img [newimagefile.img]`
If you specify the `newimagefile.img` parameter, the script will make a copy of `imagefile.img` and work off that. You will need enough space to make a full copy of the image to use that option.