diff options
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"); |
