diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/idevicedate.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/idevicedate.c b/tools/idevicedate.c index 5660e76..1ed8d3f 100644 --- a/tools/idevicedate.c +++ b/tools/idevicedate.c | |||
| @@ -43,6 +43,8 @@ static void print_usage(int argc, char **argv) | |||
| 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 a device.\n\n"); | 45 | printf("Display the current date or set it on a device.\n\n"); |
| 46 | printf("NOTE: Setting the time on iOS 6 and later is only supported\n"); | ||
| 47 | printf(" in the setup wizard screens before device activation.\n\n"); | ||
| 46 | printf(" -d, --debug\t\tenable communication debugging\n"); | 48 | printf(" -d, --debug\t\tenable communication debugging\n"); |
| 47 | printf(" -u, --udid UDID\ttarget specific device by its 40-digit device UDID\n"); | 49 | 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"); | 50 | printf(" -s, --set TIMESTAMP\tset UTC time described by TIMESTAMP\n"); |
