diff options
Diffstat (limited to 'docs/idevice_id.1')
-rw-r--r-- | docs/idevice_id.1 | 58 |
1 files changed, 26 insertions, 32 deletions
diff --git a/docs/idevice_id.1 b/docs/idevice_id.1 index c06fb5e..caded75 100644 --- a/docs/idevice_id.1 +++ b/docs/idevice_id.1 @@ -1,49 +1,43 @@ .TH "idevice_id" 1 .SH NAME -idevice_id \- Prints device name or a list of attached iPhone/iPod Touch devices. +idevice_id \- List attached devices or print device name of given device. .SH SYNOPSIS .B idevice_id -[OPTIONS] [UUID] +[OPTIONS] [UDID] .SH DESCRIPTION -Prints device name or a list of attached iPhone/iPod Touch devices. -The UUID is a 40-digit hexadecimal number of the device -for which the name should be retrieved. +\f[B]idevice_id\f[] prints a list of attached devices. If a UDID is given, +the name of the connected device with that UDID will be retrieved. + +Without any options, \f[B]idevice_id\f[] will list all available devices, +USB and network. +The output can be further controlled with the following OPTIONS. .SH OPTIONS .TP .B \-l, \-\-list -list UUID of all attached devices -.TP +List UDIDs of all devices attached via USB. +.TP +.B \-n, \-\-network +List UDIDs of all devices available via network. +.TP .B \-d, \-\-debug -enable communication debugging. -.TP +Enable communication debugging. +.TP .B \-h, \-\-help -prints usage information. -.TP - -.SH AUTHORS - Zach C. - - Jonathan Beck - - Matt Colyer - - Martin Aumueller - - Christophe Fergeau - - Martin S. - - Paul Sladen - - Patrick Walton +Prints usage information. +.TP +.B \-v, \-\-version +Prints version information. +.TP - Zoltan Balaton +.SH AUTHOR +Nikias Bassen - Nikias Bassen +Man page written to conform with Debian by Julien Lavergne. - Todd Zullinger +.SH ON THE WEB +https://libimobiledevice.org -Man page written to conform with Debian by Julien Lavergne. +https://github.com/libimobiledevice/libimobiledevice |