removing unused parameter from helpscreen

This commit is contained in:
tihmstar 2017-01-07 21:44:40 +01:00
parent 77735fc932
commit 8ae84f60c4

View file

@ -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");