idevicerestore: update socket library

This commit is contained in:
s0uthwest 2019-12-25 23:45:45 -08:00
parent e5792d8123
commit f8f2e79e09
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit e40a4ef66cbaa70b6584ef8bf3114285685fcb41
Subproject commit 9e4cc5359fdeba9fc395d6d7d3220d2052e46bf1

View file

@ -70,7 +70,7 @@ void cmd_help(){
printf(" --exit-recovery\t\tExit recovery mode and quit\n");
#ifdef HAVE_LIBIPATCHER
printf("\nOptions for downgrading with Odysseus (32-bit/64-bit):\n");
printf("\nOptions for downgrading with Odysseus:\n");
printf(" --use-pwndfu\t\tRestoring devices with Odysseus method. Device needs to be in pwned DFU mode already\n");
printf(" --just-boot=\"-v\"\t\tTethered booting the device from pwned DFU mode. You can optionally set boot-args\n");
#endif