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/idevicesyslog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/idevicesyslog.c') diff --git a/tools/idevicesyslog.c b/tools/idevicesyslog.c index abaef47..393c88e 100644 --- a/tools/idevicesyslog.c +++ b/tools/idevicesyslog.c @@ -164,7 +164,7 @@ void print_usage(int argc, char **argv) name = strrchr(argv[0], '/'); printf("Usage: %s [OPTIONS]\n", (name ? name + 1: argv[0])); - printf("Relay syslog of a connected iPhone/iPod Touch.\n\n"); + printf("Relay syslog of a connected 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(" -h, --help\t\tprints usage information\n"); -- cgit v1.1-32-gdbae