diff options
author | Nikias Bassen | 2021-09-01 15:58:11 +0200 |
---|---|---|
committer | Nikias Bassen | 2021-09-01 15:58:11 +0200 |
commit | 6c6faeae37e449f928e4b338a8e97c978201df07 (patch) | |
tree | c8fa4fdf2d80ab8cd9caeece5399da59f6237b5b /docs | |
parent | c53602cf09a9dec0b82e0f2cfd46616cf7b4ccff (diff) | |
download | idevicerestore-6c6faeae37e449f928e4b338a8e97c978201df07.tar.gz idevicerestore-6c6faeae37e449f928e4b338a8e97c978201df07.tar.bz2 |
Add new --ipsw-info command line switch to show information about build identities etc.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/idevicerestore.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/idevicerestore.1 b/docs/idevicerestore.1 index 4a244b5..8e0a884 100644 --- a/docs/idevicerestore.1 +++ b/docs/idevicerestore.1 @@ -47,6 +47,9 @@ put device in pwned DFU mode and exit (limera1n devices only). do not perform any restore action. If combined with -l option the on demand IPSW download is performed before exiting. .TP +.B \-\-ipsw\-info +Print information about the IPSW at PATH and exit. +.TP .B \-C, \-\-cache\-path DIR use specified directory for caching extracted or other reused files. .TP |