diff options
Diffstat (limited to 'tools/idevicescreenshot.c')
| -rw-r--r-- | tools/idevicescreenshot.c | 7 |
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"); |
