diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/idevicerestore.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/idevicerestore.c b/src/idevicerestore.c index 658566f..841296f 100644 --- a/src/idevicerestore.c +++ b/src/idevicerestore.c @@ -1755,6 +1755,8 @@ int main(int argc, char* argv[]) { return EXIT_FAILURE; } + info("%s %s\n", PACKAGE_NAME, PACKAGE_VERSION); + if (ipsw) { client->ipsw = strdup(ipsw); } |