summaryrefslogtreecommitdiffstats
path: root/tools/idevicepair.c
diff options
context:
space:
mode:
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");