diff options
author | Martin Szulecki | 2012-04-07 15:50:04 +0200 |
---|---|---|
committer | Martin Szulecki | 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) name = strrchr(argv[0], '/'); printf("Usage: %s [OPTIONS]\n", (name ? name + 1: argv[0])); - printf("Show information about a connected iPhone/iPod Touch.\n\n"); + printf("Show information about a connected device.\n\n"); printf(" -d, --debug\t\tenable communication debugging\n"); printf(" -s, --simple\t\tuse a simple connection to avoid auto-pairing with the device\n"); printf(" -u, --udid UDID\ttarget specific device by its 40-digit device UDID\n"); |