From 24e089636e62071f6a4f397e4d69d834fd56367e Mon Sep 17 00:00:00 2001 From: Simone Karin Lehmann Date: Tue, 13 Mar 2018 23:43:41 +0100 Subject: [PATCH] fix a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e3c427..2c23653 100644 --- a/README.md +++ b/README.md @@ -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.