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 @@
-/**
- * idevicescreenshot -- Gets a screenshot from a connected iPhone/iPod Touch
+/*
+ * idevicescreenshot.c
+ * Gets a screenshot from a device
*
* Copyright (C) 2010 Nikias Bassen <nikias@gmx.li>
*
@@ -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");