diff options
Diffstat (limited to 'tools/idevicepair.c')
| -rw-r--r-- | tools/idevicepair.c | 4 |
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 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * idevicepair.c | 2 | * idevicepair.c |
| 3 | * Simple utility to pair/unpair an iDevice | 3 | * Manage pairings with devices and this host |
| 4 | * | 4 | * |
| 5 | * Copyright (c) 2010 Nikias Bassen All Rights Reserved. | 5 | * Copyright (c) 2010 Nikias Bassen All Rights Reserved. |
| 6 | * | 6 | * |
| @@ -35,7 +35,7 @@ static void print_usage(int argc, char **argv) | |||
| 35 | char *name = NULL; | 35 | char *name = NULL; |
| 36 | 36 | ||
| 37 | name = strrchr(argv[0], '/'); | 37 | name = strrchr(argv[0], '/'); |
| 38 | printf("\n%s - Manage pairings with iPhone/iPod Touch/iPad devices and this host.\n\n", (name ? name + 1: argv[0])); | 38 | printf("\n%s - Manage pairings with devices and this host.\n\n", (name ? name + 1: argv[0])); |
| 39 | printf("Usage: %s [OPTIONS] COMMAND\n\n", (name ? name + 1: argv[0])); | 39 | printf("Usage: %s [OPTIONS] COMMAND\n\n", (name ? name + 1: argv[0])); |
| 40 | printf(" Where COMMAND is one of:\n"); | 40 | printf(" Where COMMAND is one of:\n"); |
| 41 | printf(" hostid print the host id of this computer\n"); | 41 | printf(" hostid print the host id of this computer\n"); |
