diff options
author | Martin Szulecki | 2013-12-17 21:31:46 +0100 |
---|---|---|
committer | Martin Szulecki | 2013-12-17 21:31:46 +0100 |
commit | dc9853237421b69a2c907c441c142610037811d5 (patch) | |
tree | f3278d4e87b8cd25e1f00a35a17da5f1f7ab0a91 /tools/idevicedate.c | |
parent | 67d7fb8a70b9e8aa0903c8ae2be108b6d792d7d4 (diff) | |
download | libimobiledevice-dc9853237421b69a2c907c441c142610037811d5.tar.gz libimobiledevice-dc9853237421b69a2c907c441c142610037811d5.tar.bz2 |
idevicedate: Add note about setting time not working on iOS 6+
Diffstat (limited to 'tools/idevicedate.c')
-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) name = strrchr(argv[0], '/'); printf("Usage: %s [OPTIONS]\n", (name ? name + 1: argv[0])); printf("Display the current date or set it on a device.\n\n"); + printf("NOTE: Setting the time on iOS 6 and later is only supported\n"); + printf(" in the setup wizard screens before device activation.\n\n"); printf(" -d, --debug\t\tenable communication debugging\n"); printf(" -u, --udid UDID\ttarget specific device by its 40-digit device UDID\n"); printf(" -s, --set TIMESTAMP\tset UTC time described by TIMESTAMP\n"); |