summaryrefslogtreecommitdiffstats
path: root/tools/idevicescreenshot.c
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2012-04-07 15:50:04 +0200
committerGravatar Martin Szulecki2012-04-07 15:50:04 +0200
commit1379f42c50ddfadea776c9e253c5df4fcc93dacb (patch)
tree96d5b1221a43160b33cb77fe6769be746bb0837a /tools/idevicescreenshot.c
parentb9620d31217afd09453a65dba295638271cc43be (diff)
downloadlibimobiledevice-1379f42c50ddfadea776c9e253c5df4fcc93dacb.tar.gz
libimobiledevice-1379f42c50ddfadea776c9e253c5df4fcc93dacb.tar.bz2
Update comments of tools to use "device" instead of naming specific models
Diffstat (limited to 'tools/idevicescreenshot.c')
-rw-r--r--tools/idevicescreenshot.c7
1 files changed, 4 insertions, 3 deletions
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 @@
1/** 1/*
2 * idevicescreenshot -- Gets a screenshot from a connected iPhone/iPod Touch 2 * idevicescreenshot.c
3 * Gets a screenshot from a device
3 * 4 *
4 * Copyright (C) 2010 Nikias Bassen <nikias@gmx.li> 5 * Copyright (C) 2010 Nikias Bassen <nikias@gmx.li>
5 * 6 *
@@ -128,7 +129,7 @@ void print_usage(int argc, char **argv)
128 129
129 name = strrchr(argv[0], '/'); 130 name = strrchr(argv[0], '/');
130 printf("Usage: %s [OPTIONS]\n", (name ? name + 1: argv[0])); 131 printf("Usage: %s [OPTIONS]\n", (name ? name + 1: argv[0]));
131 printf("Gets a screenshot from the connected iPhone/iPod Touch.\n"); 132 printf("Gets a screenshot from a device.\n");
132 printf("The screenshot is saved as a TIFF image in the current directory.\n"); 133 printf("The screenshot is saved as a TIFF image in the current directory.\n");
133 printf("NOTE: A mounted developer disk image is required on the device, otherwise\n"); 134 printf("NOTE: A mounted developer disk image is required on the device, otherwise\n");
134 printf("the screenshotr service is not available.\n\n"); 135 printf("the screenshotr service is not available.\n\n");