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 @@ | |||
1 | .TH "idevice_id" 1 | 1 | .TH "idevice_id" 1 |
2 | .SH NAME | 2 | .SH NAME |
3 | idevice_id \- Prints device name or a list of attached iPhone/iPod Touch devices. | 3 | idevice_id \- List attached devices or print device name of given device. |
4 | .SH SYNOPSIS | 4 | .SH SYNOPSIS |
5 | .B idevice_id | 5 | .B idevice_id |
6 | [OPTIONS] [UUID] | 6 | [OPTIONS] [UDID] |
7 | 7 | ||
8 | .SH DESCRIPTION | 8 | .SH DESCRIPTION |
9 | 9 | ||
10 | Prints device name or a list of attached iPhone/iPod Touch devices. | 10 | \f[B]idevice_id\f[] prints a list of attached devices. If a UDID is given, |
11 | The UUID is a 40-digit hexadecimal number of the device | 11 | the name of the connected device with that UDID will be retrieved. |
12 | for which the name should be retrieved. | 12 | |
13 | Without any options, \f[B]idevice_id\f[] will list all available devices, | ||
14 | USB and network. | ||
15 | The output can be further controlled with the following OPTIONS. | ||
13 | 16 | ||
14 | .SH OPTIONS | 17 | .SH OPTIONS |
15 | .TP | 18 | .TP |
16 | .B \-l, \-\-list | 19 | .B \-l, \-\-list |
17 | list UUID of all attached devices | 20 | List UDIDs of all devices attached via USB. |
18 | .TP | 21 | .TP |
22 | .B \-n, \-\-network | ||
23 | List UDIDs of all devices available via network. | ||
24 | .TP | ||
19 | .B \-d, \-\-debug | 25 | .B \-d, \-\-debug |
20 | enable communication debugging. | 26 | Enable communication debugging. |
21 | .TP | 27 | .TP |
22 | .B \-h, \-\-help | 28 | .B \-h, \-\-help |
23 | prints usage information. | 29 | Prints usage information. |
24 | .TP | 30 | .TP |
25 | 31 | .B \-v, \-\-version | |
26 | .SH AUTHORS | 32 | Prints version information. |
27 | Zach C. | 33 | .TP |
28 | |||
29 | Jonathan Beck | ||
30 | |||
31 | Matt Colyer | ||
32 | |||
33 | Martin Aumueller | ||
34 | |||
35 | Christophe Fergeau | ||
36 | |||
37 | Martin S. | ||
38 | |||
39 | Paul Sladen | ||
40 | |||
41 | Patrick Walton | ||
42 | 34 | ||
43 | Zoltan Balaton | 35 | .SH AUTHOR |
36 | Nikias Bassen | ||
44 | 37 | ||
45 | Nikias Bassen | 38 | Man page written to conform with Debian by Julien Lavergne. |
46 | 39 | ||
47 | Todd Zullinger | 40 | .SH ON THE WEB |
41 | https://libimobiledevice.org | ||
48 | 42 | ||
49 | Man page written to conform with Debian by Julien Lavergne. | 43 | https://github.com/libimobiledevice/libimobiledevice |