diff options
author | Nikias Bassen | 2022-05-10 23:46:39 +0200 |
---|---|---|
committer | Nikias Bassen | 2022-05-10 23:46:39 +0200 |
commit | dec0438c89a020995229b08aeaee96c403c5daed (patch) | |
tree | c01d3913d9249ccf885a95efa47475842112981b /tools | |
parent | 5722838a8ed8d42200c82831f166eee154e525cc (diff) | |
download | libimobiledevice-dec0438c89a020995229b08aeaee96c403c5daed.tar.gz libimobiledevice-dec0438c89a020995229b08aeaee96c403c5daed.tar.bz2 |
idevicebackup2: Fix option parsing
Diffstat (limited to 'tools')
-rw-r--r-- | tools/idevicebackup2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/idevicebackup2.c b/tools/idevicebackup2.c index 8e53aaf..be7a132 100644 --- a/tools/idevicebackup2.c +++ b/tools/idevicebackup2.c @@ -1594,6 +1594,7 @@ int main(int argc, char *argv[]) break; case OPT_FULL: cmd_flags |= CMD_FLAG_FORCE_FULL_BACKUP; + break; default: print_usage(argc, argv, 1); return 2; |