From 1379f42c50ddfadea776c9e253c5df4fcc93dacb Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Sat, 7 Apr 2012 15:50:04 +0200 Subject: Update comments of tools to use "device" instead of naming specific models --- tools/idevicepair.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/idevicepair.c') 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"); -- cgit v1.1-32-gdbae