diff options
Diffstat (limited to 'docs/ideviceinfo.1')
-rw-r--r-- | docs/ideviceinfo.1 | 26 |
1 files changed, 20 insertions, 6 deletions
diff --git a/docs/ideviceinfo.1 b/docs/ideviceinfo.1 index e350dd0..3944612 100644 --- a/docs/ideviceinfo.1 +++ b/docs/ideviceinfo.1 @@ -1,22 +1,28 @@ .TH "ideviceinfo" 1 .SH NAME -ideviceinfo \- Show information about the first connected iPhone/iPod Touch. +ideviceinfo \- Show information about the first connected device. .SH SYNOPSIS .B ideviceinfo [OPTIONS] .SH DESCRIPTION -Show information about the first connected iPhone/iPod Touch. +Show information about the first connected device. .SH OPTIONS .TP +.B \-s, \-\-simple +use a simple connection to avoid auto-pairing with the device. +.TP +.B \-u, \-\-udid UDID +target specific device by UDID. +.TP +.B \-n, \-\-network +connect to network device. +.TP .B \-d, \-\-debug enable communication debugging. .TP -.B \-u, \-\-uuid UUID -target specific device by its 40-digit device UUID. -.TP .B \-q, \-\-domain NAME set domain of query to NAME. Default: None. .TP @@ -27,9 +33,17 @@ only query key specified by NAME. Default: All keys. output information as xml plist instead of key/value pairs. .TP .B \-h, \-\-help -prints usage information +prints usage information. +.TP +.B \-v, \-\-version +prints version information. .SH AUTHOR Martin Szulecki Man page written to conform with Debian by Julien Lavergne. + +.SH ON THE WEB +https://libimobiledevice.org + +https://github.com/libimobiledevice/libimobiledevice |