diff options
author | 2022-05-10 23:46:39 +0200 | |
---|---|---|
committer | 2022-05-10 23:46:39 +0200 | |
commit | dec0438c89a020995229b08aeaee96c403c5daed (patch) | |
tree | c01d3913d9249ccf885a95efa47475842112981b /tools/idevicebackup2.c | |
parent | 5722838a8ed8d42200c82831f166eee154e525cc (diff) | |
download | libimobiledevice-dec0438c89a020995229b08aeaee96c403c5daed.tar.gz libimobiledevice-dec0438c89a020995229b08aeaee96c403c5daed.tar.bz2 |
idevicebackup2: Fix option parsing
Diffstat (limited to 'tools/idevicebackup2.c')
-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[]) | |||
1594 | break; | 1594 | break; |
1595 | case OPT_FULL: | 1595 | case OPT_FULL: |
1596 | cmd_flags |= CMD_FLAG_FORCE_FULL_BACKUP; | 1596 | cmd_flags |= CMD_FLAG_FORCE_FULL_BACKUP; |
1597 | break; | ||
1597 | default: | 1598 | default: |
1598 | print_usage(argc, argv, 1); | 1599 | print_usage(argc, argv, 1); |
1599 | return 2; | 1600 | return 2; |