mirror of
https://github.com/tihmstar/futurerestore.git
synced 2025-01-17 21:47:09 +00:00
update on optional feature
This commit is contained in:
parent
b895ddf146
commit
644abb1832
|
@ -136,9 +136,11 @@ int main(int argc, const char * argv[]) {
|
|||
case '2': // long option: "no-baseband";
|
||||
flags |= FLAG_NO_BASEBAND;
|
||||
break;
|
||||
#ifdef HAVE_LIBIPATCHER
|
||||
case '3': // long option: "no-baseband";
|
||||
flags |= FLAG_IS_PWN_DFU;
|
||||
break;
|
||||
#endif
|
||||
case 'd': // long option: "debug"; can be called as short option
|
||||
idevicerestore_debug = 1;
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue