diff options
author | Nikias Bassen | 2012-07-16 15:51:11 +0200 |
---|---|---|
committer | Nikias Bassen | 2012-07-16 15:51:11 +0200 |
commit | ca392863d770e522285615af4e1a9c1cd38fef33 (patch) | |
tree | 6b6358a627dcc3b3dd9d6a76e898e88bf0a91276 /README | |
parent | b94dcbde31247d72a1acd794678876ea0b778ad1 (diff) | |
download | idevicerestore-ca392863d770e522285615af4e1a9c1cd38fef33.tar.gz idevicerestore-ca392863d770e522285615af4e1a9c1cd38fef33.tar.bz2 |
mass replace uuid->udid and raise libimobiledevice requirement to >= 1.1.4
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -47,7 +47,7 @@ make idevicerestore [-d] [-u] [-c] [-v] [-h] <input.ipsw> -d, enable communication debugging - -u, target specific device by its 40-digit device UUID + -u, target specific device by its 40-digit device UDID -h, prints usage information -c, restore with a custom firmware -e, erase the device first @@ -63,5 +63,5 @@ idevicerestore [-d] [-u] [-c] [-v] [-h] <input.ipsw> -x deactivate the target device -d enable communication debugging -h prints usage information - -u UUID target specific device by its 40-digit device UUID + -u UDID target specific device by its 40-digit device UDID -f FILE activates device with local activation record |