mirror of
https://github.com/tihmstar/futurerestore.git
synced 2025-01-02 19:25:31 +00:00
fixed helpscreen
This commit is contained in:
parent
f286d3d27d
commit
fb006b9fdc
|
@ -64,11 +64,12 @@ void cmd_help(){
|
||||||
printf(" -w, --wait\t\t\tkeep rebooting until nonce matches APTicket\n");
|
printf(" -w, --wait\t\t\tkeep rebooting until nonce matches APTicket\n");
|
||||||
printf(" -u, --update\t\t\tupdate instead of erase install\n");
|
printf(" -u, --update\t\t\tupdate instead of erase install\n");
|
||||||
printf(" --latest-sep\t\tuse latest signed sep instead of manually specifying one(may cause bad restore)\n");
|
printf(" --latest-sep\t\tuse latest signed sep instead of manually specifying one(may cause bad restore)\n");
|
||||||
printf(" --latest-baseband\t\tse latest signed baseband instead of manually specifying one(may cause bad restore)\n");
|
|
||||||
printf(" --no-baseband\t\tskip checks and don't flash baseband.\n");
|
printf(" --no-baseband\t\tskip checks and don't flash baseband.\n");
|
||||||
#ifdef HAVE_LIBIPATCHER
|
#ifdef HAVE_LIBIPATCHER
|
||||||
printf(" --use-pwndfu\t\tuse this for restoring devices with odysseus method. Device needs to be in kDFU mode already\n");
|
printf(" --use-pwndfu\t\tuse this for restoring devices with odysseus method. Device needs to be in kDFU mode already\n");
|
||||||
#endif
|
#endif
|
||||||
|
printf(" --latest-baseband\t\tse latest signed baseband instead of manually specifying one(may cause bad restore)\n");
|
||||||
printf(" \t\tWARNING: only use this for device without baseband (eg iPod or some wifi only iPads)\n");
|
printf(" \t\tWARNING: only use this for device without baseband (eg iPod or some wifi only iPads)\n");
|
||||||
printf("\n");
|
printf("\n");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue