diff options
| author | 2013-12-17 21:31:46 +0100 | |
|---|---|---|
| committer | 2013-12-17 21:31:46 +0100 | |
| commit | dc9853237421b69a2c907c441c142610037811d5 (patch) | |
| tree | f3278d4e87b8cd25e1f00a35a17da5f1f7ab0a91 | |
| parent | 67d7fb8a70b9e8aa0903c8ae2be108b6d792d7d4 (diff) | |
| download | libimobiledevice-dc9853237421b69a2c907c441c142610037811d5.tar.gz libimobiledevice-dc9853237421b69a2c907c441c142610037811d5.tar.bz2 | |
idevicedate: Add note about setting time not working on iOS 6+
| -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"); |
