diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/idevicerestore.c | 2 |
1 files changed, 1 insertions, 1 deletions
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" \ |