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/idevicescreenshot.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'tools/idevicescreenshot.c') diff --git a/tools/idevicescreenshot.c b/tools/idevicescreenshot.c index 8f75fd1..2020658 100644 --- a/tools/idevicescreenshot.c +++ b/tools/idevicescreenshot.c @@ -1,5 +1,6 @@ -/** - * idevicescreenshot -- Gets a screenshot from a connected iPhone/iPod Touch +/* + * idevicescreenshot.c + * Gets a screenshot from a device * * Copyright (C) 2010 Nikias Bassen * @@ -128,7 +129,7 @@ void print_usage(int argc, char **argv) name = strrchr(argv[0], '/'); printf("Usage: %s [OPTIONS]\n", (name ? name + 1: argv[0])); - printf("Gets a screenshot from the connected iPhone/iPod Touch.\n"); + printf("Gets a screenshot from a device.\n"); printf("The screenshot is saved as a TIFF image in the current directory.\n"); printf("NOTE: A mounted developer disk image is required on the device, otherwise\n"); printf("the screenshotr service is not available.\n\n"); -- cgit v1.1-32-gdbae