🎨 Fix typo in error message
This commit is contained in:
parent
384085b7d3
commit
054f29e432
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue