diff options
Diffstat (limited to 'tools/idevicepair.c')
| -rw-r--r-- | tools/idevicepair.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/idevicepair.c b/tools/idevicepair.c index 8fc1148..d304764 100644 --- a/tools/idevicepair.c +++ b/tools/idevicepair.c | |||
| @@ -56,15 +56,15 @@ static void print_usage(int argc, char **argv) | |||
| 56 | char *name = NULL; | 56 | char *name = NULL; |
| 57 | 57 | ||
| 58 | name = strrchr(argv[0], '/'); | 58 | name = strrchr(argv[0], '/'); |
| 59 | printf("\n%s - Manage pairings with devices and this host.\n\n", (name ? name + 1: argv[0])); | 59 | printf("\n%s - Manage host pairings with devices and usbmuxd.\n\n", (name ? name + 1: argv[0])); |
| 60 | printf("Usage: %s [OPTIONS] COMMAND\n\n", (name ? name + 1: argv[0])); | 60 | printf("Usage: %s [OPTIONS] COMMAND\n\n", (name ? name + 1: argv[0])); |
| 61 | printf(" Where COMMAND is one of:\n"); | 61 | printf(" Where COMMAND is one of:\n"); |
| 62 | printf(" systembuid print the system buid of this computer\n"); | 62 | printf(" systembuid print the system buid of the usbmuxd host\n"); |
| 63 | printf(" hostid print the host id for target device\n"); | 63 | printf(" hostid print the host id for target device\n"); |
| 64 | printf(" pair pair device with this computer\n"); | 64 | printf(" pair pair device with this host\n"); |
| 65 | printf(" validate validate if device is paired with this computer\n"); | 65 | printf(" validate validate if device is paired with this host\n"); |
| 66 | printf(" unpair unpair device with this computer\n"); | 66 | printf(" unpair unpair device with this host\n"); |
| 67 | printf(" list list devices paired with this computer\n\n"); | 67 | printf(" list list devices paired with this host\n\n"); |
| 68 | printf(" The following OPTIONS are accepted:\n"); | 68 | printf(" The following OPTIONS are accepted:\n"); |
| 69 | printf(" -d, --debug enable communication debugging\n"); | 69 | printf(" -d, --debug enable communication debugging\n"); |
| 70 | printf(" -u, --udid UDID target specific device by its 40-digit device UDID\n"); | 70 | printf(" -u, --udid UDID target specific device by its 40-digit device UDID\n"); |
