summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/idevicebackup4.c8
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");