From 054f29e432b1268ef3bef8488c81cae4d00c8055 Mon Sep 17 00:00:00 2001 From: C-3PO Date: Sat, 6 Oct 2018 23:34:05 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Fix=20typo=20in=20error=20messag?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/errorAndExit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/errorAndExit.c b/src/errorAndExit.c index b0aece6..3c4d966 100644 --- a/src/errorAndExit.c +++ b/src/errorAndExit.c @@ -5,7 +5,7 @@ void errorAndExit() { fprintf(stderr, "\nUsage:\n"); - fprintf(stderr, " ./patch-installer --disk main.z01 --offset 456z --size 1000 [--keys 123,456,789] [--previous oldfile.tor]\n"); + fprintf(stderr, " ./patch-installer --disk main.z01 --offset 456 --size 1000 [--keys 123,456,789] [--previous oldfile.tor]\n"); fprintf(stderr, "Options:\n"); fprintf(stderr, " -d, --disk: The path to the disk file that contains the file we want to extract.\n"); fprintf(stderr, " -o, --offset: The offset into the disk, given in bytes, where the local file header of the file we want to extract starts.\n");