From a88351d58f9041ae104a794ec9b747d7d0790084 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Mon, 15 Jun 2020 20:22:53 +0200 Subject: Add hint that using custom firmware files only works with a bootrom exploit --- src/idevicerestore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/idevicerestore.c') diff --git a/src/idevicerestore.c b/src/idevicerestore.c index 0ffe5a8..8003fe4 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" \ -- cgit v1.1-32-gdbae