diff options
author | Martin Szulecki | 2011-04-26 16:06:56 +0200 |
---|---|---|
committer | Martin Szulecki | 2011-04-26 16:06:56 +0200 |
commit | 7569c579433b8bcf6acf15c7e769c3fd79a9e460 (patch) | |
tree | b87f47175154cd4d676cae3f7aadcdcb0836fb96 /tools | |
parent | 9752fd03b80115c56f1112489a66d5d5b7f2a42c (diff) | |
download | libimobiledevice-7569c579433b8bcf6acf15c7e769c3fd79a9e460.tar.gz libimobiledevice-7569c579433b8bcf6acf15c7e769c3fd79a9e460.tar.bz2 |
idevicebackup4: Revise usage message once again for "humans"
Diffstat (limited to 'tools')
-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) 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"); |