mirror of
https://github.com/tihmstar/futurerestore.git
synced 2024-12-22 17:35:29 +00:00
removing unused parameter from helpscreen
This commit is contained in:
parent
77735fc932
commit
8ae84f60c4
|
@ -45,7 +45,6 @@ void cmd_help(){
|
|||
printf("Usage: futurerestore [OPTIONS] IPSW\n");
|
||||
printf("Allows restoring nonmatching iOS/Sep/Baseband\n\n");
|
||||
|
||||
printf(" --bbgcid ID\t\tmanually specify bbgcid\n");
|
||||
printf(" -t, --apticket PATH\t\tApticket used for restoring\n");
|
||||
printf(" -b, --baseband PATH\t\tBaseband to be flashed\n");
|
||||
printf(" -p, --baseband-manifest PATH\tBuildmanifest for requesting baseband ticket\n");
|
||||
|
|
Loading…
Reference in a new issue