From dc9853237421b69a2c907c441c142610037811d5 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Tue, 17 Dec 2013 21:31:46 +0100 Subject: idevicedate: Add note about setting time not working on iOS 6+ --- tools/idevicedate.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/idevicedate.c') 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"); -- cgit v1.1-32-gdbae