From 1379f42c50ddfadea776c9e253c5df4fcc93dacb Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Sat, 7 Apr 2012 15:50:04 +0200 Subject: Update comments of tools to use "device" instead of naming specific models --- tools/idevicedate.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/idevicedate.c') 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 @@ /* * idevicedate.c - * Simple utility to get and set the clock on an iDevice + * Simple utility to get and set the clock on a device * * Copyright (c) 2011 Martin Szulecki All Rights Reserved. * @@ -42,7 +42,7 @@ 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 an iDevice.\n\n"); + printf("Display the current date or set it on a device.\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