summaryrefslogtreecommitdiffstats
path: root/tools/idevicepair.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/idevicepair.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/idevicepair.c')
-rw-r--r--tools/idevicepair.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/idevicepair.c b/tools/idevicepair.c
index d810365..35147a4 100644
--- a/tools/idevicepair.c
+++ b/tools/idevicepair.c
@@ -1,6 +1,6 @@
/*
* idevicepair.c
- * Simple utility to pair/unpair an iDevice
+ * Manage pairings with devices and this host
*
* Copyright (c) 2010 Nikias Bassen All Rights Reserved.
*
@@ -35,7 +35,7 @@ static void print_usage(int argc, char **argv)
char *name = NULL;
name = strrchr(argv[0], '/');
- printf("\n%s - Manage pairings with iPhone/iPod Touch/iPad devices and this host.\n\n", (name ? name + 1: argv[0]));
+ printf("\n%s - Manage pairings with devices and this host.\n\n", (name ? name + 1: argv[0]));
printf("Usage: %s [OPTIONS] COMMAND\n\n", (name ? name + 1: argv[0]));
printf(" Where COMMAND is one of:\n");
printf(" hostid print the host id of this computer\n");