From 7569c579433b8bcf6acf15c7e769c3fd79a9e460 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Tue, 26 Apr 2011 16:06:56 +0200 Subject: idevicebackup4: Revise usage message once again for "humans" --- tools/idevicebackup4.c | 8 ++++---- 1 file 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) printf("Usage: %s [OPTIONS] CMD DIRECTORY\n", (name ? name + 1: argv[0])); printf("Create or restore backup from the current or specified directory.\n\n"); printf("commands:\n"); - printf(" backup\tSaves a device backup\n"); - printf(" restore\tRestores a device backup\n"); - printf(" info\t\tShows details about a completed device backup\n"); - printf(" list\t\tList files of completed device backup in CSV format\n\n"); + printf(" backup\tcreate backup for the device\n"); + printf(" restore\trestore last backup to the device\n"); + printf(" info\t\tshow details about last completed backup of device\n"); + printf(" list\t\tlist files of last completed backup in CSV format\n\n"); printf("options:\n"); printf(" -d, --debug\t\tenable communication debugging\n"); printf(" -u, --uuid UUID\ttarget specific device by its 40-digit device UUID\n"); -- cgit v1.1-32-gdbae