mirror of
https://github.com/tihmstar/futurerestore.git
synced 2025-01-17 21:47:09 +00:00
fixed macro
This commit is contained in:
parent
01fd792581
commit
b63b494b0d
|
@ -41,7 +41,7 @@ static struct option longopts[] = {
|
||||||
void cmd_help(){
|
void cmd_help(){
|
||||||
printf("Usage: futurerestore [OPTIONS] IPSW\n");
|
printf("Usage: futurerestore [OPTIONS] IPSW\n");
|
||||||
printf("Allows restoring nonmatching iOS/Sep/Baseband\n");
|
printf("Allows restoring nonmatching iOS/Sep/Baseband\n");
|
||||||
printf("Version: " VERSION_COMMIT_SHA" - " VERSION_COMMIT_COUNT"\n\n");
|
printf("Version: " VERSION_COMMIT_SHA_FUTURERESTORE" - " VERSION_COMMIT_COUNT_FUTURERESTORE"\n\n");
|
||||||
|
|
||||||
printf(" -t, --apticket PATH\t\tApticket used for restoring\n");
|
printf(" -t, --apticket PATH\t\tApticket used for restoring\n");
|
||||||
printf(" -b, --baseband PATH\t\tBaseband to be flashed\n");
|
printf(" -b, --baseband PATH\t\tBaseband to be flashed\n");
|
||||||
|
|
Loading…
Reference in a new issue