Skip to content

Commit

Permalink
Also print libirecovery version
Browse files Browse the repository at this point in the history
  • Loading branch information
nikias committed Sep 19, 2024
1 parent ad46e14 commit a31eb2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/idevicerestore.c
Original file line number Diff line number Diff line change
Expand Up @@ -1838,7 +1838,7 @@ int main(int argc, char* argv[]) {
break;

case 'v':
info("%s %s (libtatsu %s)\n", PACKAGE_NAME, PACKAGE_VERSION, libtatsu_version());
info("%s %s (libirecovery %s, libtatsu %s)\n", PACKAGE_NAME, PACKAGE_VERSION, irecv_version(), libtatsu_version());
return EXIT_SUCCESS;

case 'T': {
Expand Down Expand Up @@ -1896,7 +1896,7 @@ int main(int argc, char* argv[]) {
return EXIT_FAILURE;
}

info("%s %s (libtatsu %s)\n", PACKAGE_NAME, PACKAGE_VERSION, libtatsu_version());
info("%s %s (libirecovery %s, libtatsu %s)\n", PACKAGE_NAME, PACKAGE_VERSION, irecv_version(), libtatsu_version());

if (ipsw) {
// verify if ipsw file exists
Expand Down

0 comments on commit a31eb2b

Please sign in to comment.