diff options
| author | 2012-04-07 15:50:04 +0200 | |
|---|---|---|
| committer | 2012-04-07 15:50:04 +0200 | |
| commit | 1379f42c50ddfadea776c9e253c5df4fcc93dacb (patch) | |
| tree | 96d5b1221a43160b33cb77fe6769be746bb0837a /tools/idevicedate.c | |
| parent | b9620d31217afd09453a65dba295638271cc43be (diff) | |
| download | libimobiledevice-1379f42c50ddfadea776c9e253c5df4fcc93dacb.tar.gz libimobiledevice-1379f42c50ddfadea776c9e253c5df4fcc93dacb.tar.bz2 | |
Update comments of tools to use "device" instead of naming specific models
Diffstat (limited to 'tools/idevicedate.c')
| -rw-r--r-- | tools/idevicedate.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/idevicedate.c b/tools/idevicedate.c index 43a4aee..0f1410f 100644 --- a/tools/idevicedate.c +++ b/tools/idevicedate.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * idevicedate.c | 2 | * idevicedate.c |
| 3 | * Simple utility to get and set the clock on an iDevice | 3 | * Simple utility to get and set the clock on a device |
| 4 | * | 4 | * |
| 5 | * Copyright (c) 2011 Martin Szulecki All Rights Reserved. | 5 | * Copyright (c) 2011 Martin Szulecki All Rights Reserved. |
| 6 | * | 6 | * |
| @@ -42,7 +42,7 @@ static void print_usage(int argc, char **argv) | |||
| 42 | 42 | ||
| 43 | name = strrchr(argv[0], '/'); | 43 | name = strrchr(argv[0], '/'); |
| 44 | printf("Usage: %s [OPTIONS]\n", (name ? name + 1: argv[0])); | 44 | printf("Usage: %s [OPTIONS]\n", (name ? name + 1: argv[0])); |
| 45 | printf("Display the current date or set it on an iDevice.\n\n"); | 45 | printf("Display the current date or set it on a device.\n\n"); |
| 46 | printf(" -d, --debug\t\tenable communication debugging\n"); | 46 | printf(" -d, --debug\t\tenable communication debugging\n"); |
| 47 | printf(" -u, --udid UDID\ttarget specific device by its 40-digit device UDID\n"); | 47 | printf(" -u, --udid UDID\ttarget specific device by its 40-digit device UDID\n"); |
| 48 | printf(" -s, --set TIMESTAMP\tset UTC time described by TIMESTAMP\n"); | 48 | printf(" -s, --set TIMESTAMP\tset UTC time described by TIMESTAMP\n"); |
