diff options
| author | 2013-01-24 03:17:51 +0100 | |
|---|---|---|
| committer | 2013-01-24 03:17:51 +0100 | |
| commit | 22345f50309395859bbd3989694fb49b43e0a14a (patch) | |
| tree | 4c2ef7cae579aa1f3ebddb872320e9b638b98687 /tools | |
| parent | 201766b87a9a4cce4917ada80bc28e1db2eb62f0 (diff) | |
| download | libimobiledevice-22345f50309395859bbd3989694fb49b43e0a14a.tar.gz libimobiledevice-22345f50309395859bbd3989694fb49b43e0a14a.tar.bz2 | |
idevicebackup2: fix invalid whitespace
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/idevicebackup2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/idevicebackup2.c b/tools/idevicebackup2.c index 1b8d758..50d74c0 100644 --- a/tools/idevicebackup2.c +++ b/tools/idevicebackup2.c | |||
| @@ -1258,7 +1258,7 @@ static void print_usage(int argc, char **argv) | |||
| 1258 | printf(" --copy\t\tcreate a copy of backup folder before restoring.\n"); | 1258 | printf(" --copy\t\tcreate a copy of backup folder before restoring.\n"); |
| 1259 | printf(" --settings\t\trestore device settings from the backup.\n"); | 1259 | printf(" --settings\t\trestore device settings from the backup.\n"); |
| 1260 | printf(" --remove\t\tremove items which are not being restored\n"); | 1260 | printf(" --remove\t\tremove items which are not being restored\n"); |
| 1261 | printf(" --password PWD\tsupply the password of the source backup\n"); | 1261 | printf(" --password PWD\tsupply the password of the source backup\n"); |
| 1262 | printf(" info\t\tshow details about last completed backup of device\n"); | 1262 | printf(" info\t\tshow details about last completed backup of device\n"); |
| 1263 | printf(" list\t\tlist files of last completed backup in CSV format\n"); | 1263 | printf(" list\t\tlist files of last completed backup in CSV format\n"); |
| 1264 | printf(" unback\tunpack a completed backup in DIRECTORY/_unback_/\n"); | 1264 | printf(" unback\tunpack a completed backup in DIRECTORY/_unback_/\n"); |
| @@ -1697,7 +1697,7 @@ checkpoint: | |||
| 1697 | } else { | 1697 | } else { |
| 1698 | PRINT_VERBOSE(1, "Backup will be unencrypted.\n"); | 1698 | PRINT_VERBOSE(1, "Backup will be unencrypted.\n"); |
| 1699 | } | 1699 | } |
| 1700 | PRINT_VERBOSE(1, "Requesting backup from device...\n"); | 1700 | PRINT_VERBOSE(1, "Requesting backup from device...\n"); |
| 1701 | err = mobilebackup2_send_request(mobilebackup2, "Backup", udid, source_udid, NULL); | 1701 | err = mobilebackup2_send_request(mobilebackup2, "Backup", udid, source_udid, NULL); |
| 1702 | if (err == MOBILEBACKUP2_E_SUCCESS) { | 1702 | if (err == MOBILEBACKUP2_E_SUCCESS) { |
| 1703 | if (is_full_backup) { | 1703 | if (is_full_backup) { |
