You've already forked libimobiledevice
mirror of
https://github.com/encounter/libimobiledevice.git
synced 2026-03-30 11:18:43 -07:00
52 lines
820 B
Groff
52 lines
820 B
Groff
.TH "idevicepair" 1
|
|
.SH NAME
|
|
idevicepair \- Manage host pairings with devices and usbmuxd.
|
|
.SH SYNOPSIS
|
|
.B idevicepair
|
|
[OPTIONS] COMMAND
|
|
|
|
.SH DESCRIPTION
|
|
|
|
Manage host pairings with devices and usbmuxd.
|
|
|
|
.SH OPTIONS
|
|
.TP
|
|
.B \-u, \-\-udid UDID
|
|
target specific device by its 40-digit device UDID.
|
|
.TP
|
|
.B \-d, \-\-debug
|
|
enable communication debugging.
|
|
.TP
|
|
.B \-h, \-\-help
|
|
prints usage information.
|
|
|
|
.SH COMMANDS
|
|
.TP
|
|
.B systembuid
|
|
print the system buid of the usbmuxd host.
|
|
.TP
|
|
.B hostid
|
|
print the host id for target device.
|
|
.TP
|
|
.B pair
|
|
pair device with this host.
|
|
.TP
|
|
.B validate
|
|
validate if device is paired with this host.
|
|
.TP
|
|
.B unpair
|
|
unpair device with this host.
|
|
.TP
|
|
.B list
|
|
list devices paired with this host.
|
|
|
|
.SH AUTHORS
|
|
Nikias Bassen
|
|
|
|
Martin Szulecki
|
|
|
|
Julien Lavergne
|
|
|
|
.SH ON THE WEB
|
|
http://libimobiledevice.org
|