diff options
Diffstat (limited to 'tools/ideviceinfo.c')
| -rw-r--r-- | tools/ideviceinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ideviceinfo.c b/tools/ideviceinfo.c index ca4b246..dd472d9 100644 --- a/tools/ideviceinfo.c +++ b/tools/ideviceinfo.c | |||
| @@ -253,7 +253,7 @@ static void print_usage(int argc, char **argv) | |||
| 253 | 253 | ||
| 254 | name = strrchr(argv[0], '/'); | 254 | name = strrchr(argv[0], '/'); |
| 255 | printf("Usage: %s [OPTIONS]\n", (name ? name + 1: argv[0])); | 255 | printf("Usage: %s [OPTIONS]\n", (name ? name + 1: argv[0])); |
| 256 | printf("Show information about a connected iPhone/iPod Touch.\n\n"); | 256 | printf("Show information about a connected device.\n\n"); |
| 257 | printf(" -d, --debug\t\tenable communication debugging\n"); | 257 | printf(" -d, --debug\t\tenable communication debugging\n"); |
| 258 | printf(" -s, --simple\t\tuse a simple connection to avoid auto-pairing with the device\n"); | 258 | printf(" -s, --simple\t\tuse a simple connection to avoid auto-pairing with the device\n"); |
| 259 | printf(" -u, --udid UDID\ttarget specific device by its 40-digit device UDID\n"); | 259 | printf(" -u, --udid UDID\ttarget specific device by its 40-digit device UDID\n"); |
