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/idevice_id.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/idevice_id.c') diff --git a/tools/idevice_id.c b/tools/idevice_id.c index 44a542a..6fefaef 100644 --- a/tools/idevice_id.c +++ b/tools/idevice_id.c @@ -14,7 +14,7 @@ static void print_usage(int argc, char **argv) name = strrchr(argv[0], '/'); printf("Usage: %s [OPTIONS] [UDID]\n", (name ? name + 1: argv[0])); - printf("Prints device name or a list of attached iPhone/iPod Touch devices.\n\n"); + printf("Prints device name or a list of attached devices.\n\n"); printf(" The UDID is a 40-digit hexadecimal number of the device\n"); printf(" for which the name should be retrieved.\n\n"); printf(" -l, --list\t\tlist UDID of all attached devices\n"); -- cgit v1.1-32-gdbae