diff --git a/NEWS b/NEWS index 13e78f4a..a6af937d 100644 --- a/NEWS +++ b/NEWS @@ -8,7 +8,7 @@ Version 1.0.0 - Updates the device by default or allows full restore erasing all data - Download latest available firmware for device on demand - Cache downloaded firmware files - - Restore using custom firmware files + - Restore using custom firmware files (requires bootrom exploit) - Skip NOR/Baseband upgrade - Fetch TSS records as ".shsh" files - Put devices in pwned DFU mode (limera1n devices only) diff --git a/src/idevicerestore.c b/src/idevicerestore.c index 0ffe5a8d..8003fe47 100644 --- a/src/idevicerestore.c +++ b/src/idevicerestore.c @@ -120,7 +120,7 @@ static void usage(int argc, char* argv[], int err) " -v, --version Print version information\n" \ "\n" \ "Advanced/experimental options:\n" - " -c, --custom Restore with a custom firmware\n" \ + " -c, --custom Restore with a custom firmware (requires bootrom exploit)\n" \ " -s, --cydia Use Cydia's signature service instead of Apple's\n" \ " -x, --exclude Exclude nor/baseband upgrade\n" \ " -t, --shsh Fetch TSS record and save to .shsh file, then exit\n" \