Skip to content

Commit

Permalink
Add hint that using custom firmware files only works with a bootrom e…
Browse files Browse the repository at this point in the history
…xploit
  • Loading branch information
FunkyM committed Jun 15, 2020
1 parent 95b1243 commit a88351d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/idevicerestore.c
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit a88351d

Please sign in to comment.