diff options
| author | 2011-04-26 16:06:56 +0200 | |
|---|---|---|
| committer | 2011-04-26 16:06:56 +0200 | |
| commit | 7569c579433b8bcf6acf15c7e769c3fd79a9e460 (patch) | |
| tree | b87f47175154cd4d676cae3f7aadcdcb0836fb96 /tools/idevicebackup4.c | |
| parent | 9752fd03b80115c56f1112489a66d5d5b7f2a42c (diff) | |
| download | libimobiledevice-7569c579433b8bcf6acf15c7e769c3fd79a9e460.tar.gz libimobiledevice-7569c579433b8bcf6acf15c7e769c3fd79a9e460.tar.bz2 | |
idevicebackup4: Revise usage message once again for "humans"
Diffstat (limited to 'tools/idevicebackup4.c')
| -rw-r--r-- | tools/idevicebackup4.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/idevicebackup4.c b/tools/idevicebackup4.c index f91d3e3..50451f3 100644 --- a/tools/idevicebackup4.c +++ b/tools/idevicebackup4.c | |||
| @@ -964,10 +964,10 @@ static void print_usage(int argc, char **argv) | |||
| 964 | printf("Usage: %s [OPTIONS] CMD DIRECTORY\n", (name ? name + 1: argv[0])); | 964 | printf("Usage: %s [OPTIONS] CMD DIRECTORY\n", (name ? name + 1: argv[0])); |
| 965 | printf("Create or restore backup from the current or specified directory.\n\n"); | 965 | printf("Create or restore backup from the current or specified directory.\n\n"); |
| 966 | printf("commands:\n"); | 966 | printf("commands:\n"); |
| 967 | printf(" backup\tSaves a device backup\n"); | 967 | printf(" backup\tcreate backup for the device\n"); |
| 968 | printf(" restore\tRestores a device backup\n"); | 968 | printf(" restore\trestore last backup to the device\n"); |
| 969 | printf(" info\t\tShows details about a completed device backup\n"); | 969 | printf(" info\t\tshow details about last completed backup of device\n"); |
| 970 | printf(" list\t\tList files of completed device backup in CSV format\n\n"); | 970 | printf(" list\t\tlist files of last completed backup in CSV format\n\n"); |
| 971 | printf("options:\n"); | 971 | printf("options:\n"); |
| 972 | printf(" -d, --debug\t\tenable communication debugging\n"); | 972 | printf(" -d, --debug\t\tenable communication debugging\n"); |
| 973 | printf(" -u, --uuid UUID\ttarget specific device by its 40-digit device UUID\n"); | 973 | printf(" -u, --uuid UUID\ttarget specific device by its 40-digit device UUID\n"); |
