🚚 Rename patch-installer to ssn-installer

This commit is contained in:
C-3PO 2018-10-08 15:04:12 +02:00
parent afac9eb2f1
commit ff5a35e688
Signed by: c3po
GPG key ID: 62993C4BB4D86F24
4 changed files with 7 additions and 7 deletions

View file

@ -5,7 +5,7 @@
void errorAndExit() {
fprintf(stderr, "\nUsage:\n");
fprintf(stderr, " ./patch-installer --disk main.z01 --offset 456 --size 1000 [--keys 123,456,789] [--previous oldfile.tor]\n");
fprintf(stderr, " ./ssn-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");