diff options
| author | 2012-04-07 15:50:04 +0200 | |
|---|---|---|
| committer | 2012-04-07 15:50:04 +0200 | |
| commit | 1379f42c50ddfadea776c9e253c5df4fcc93dacb (patch) | |
| tree | 96d5b1221a43160b33cb77fe6769be746bb0837a /tools/ideviceinfo.c | |
| parent | b9620d31217afd09453a65dba295638271cc43be (diff) | |
| download | libimobiledevice-1379f42c50ddfadea776c9e253c5df4fcc93dacb.tar.gz libimobiledevice-1379f42c50ddfadea776c9e253c5df4fcc93dacb.tar.bz2 | |
Update comments of tools to use "device" instead of naming specific models
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"); |
