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 @@ | |||
1 | .TH "ideviceinfo" 1 | 1 | .TH "ideviceinfo" 1 |
2 | .SH NAME | 2 | .SH NAME |
3 | ideviceinfo \- Show information about the first connected iPhone/iPod Touch. | 3 | ideviceinfo \- Show information about the first connected device. |
4 | .SH SYNOPSIS | 4 | .SH SYNOPSIS |
5 | .B ideviceinfo | 5 | .B ideviceinfo |
6 | [OPTIONS] | 6 | [OPTIONS] |
7 | 7 | ||
8 | .SH DESCRIPTION | 8 | .SH DESCRIPTION |
9 | 9 | ||
10 | Show information about the first connected iPhone/iPod Touch. | 10 | Show information about the first connected device. |
11 | 11 | ||
12 | .SH OPTIONS | 12 | .SH OPTIONS |
13 | .TP | 13 | .TP |
14 | .B \-s, \-\-simple | ||
15 | use a simple connection to avoid auto-pairing with the device. | ||
16 | .TP | ||
17 | .B \-u, \-\-udid UDID | ||
18 | target specific device by UDID. | ||
19 | .TP | ||
20 | .B \-n, \-\-network | ||
21 | connect to network device. | ||
22 | .TP | ||
14 | .B \-d, \-\-debug | 23 | .B \-d, \-\-debug |
15 | enable communication debugging. | 24 | enable communication debugging. |
16 | .TP | 25 | .TP |
17 | .B \-u, \-\-uuid UUID | ||
18 | target specific device by its 40-digit device UUID. | ||
19 | .TP | ||
20 | .B \-q, \-\-domain NAME | 26 | .B \-q, \-\-domain NAME |
21 | set domain of query to NAME. Default: None. | 27 | set domain of query to NAME. Default: None. |
22 | .TP | 28 | .TP |
@@ -27,9 +33,17 @@ only query key specified by NAME. Default: All keys. | |||
27 | output information as xml plist instead of key/value pairs. | 33 | output information as xml plist instead of key/value pairs. |
28 | .TP | 34 | .TP |
29 | .B \-h, \-\-help | 35 | .B \-h, \-\-help |
30 | prints usage information | 36 | prints usage information. |
37 | .TP | ||
38 | .B \-v, \-\-version | ||
39 | prints version information. | ||
31 | 40 | ||
32 | .SH AUTHOR | 41 | .SH AUTHOR |
33 | Martin Szulecki | 42 | Martin Szulecki |
34 | 43 | ||
35 | Man page written to conform with Debian by Julien Lavergne. | 44 | Man page written to conform with Debian by Julien Lavergne. |
45 | |||
46 | .SH ON THE WEB | ||
47 | https://libimobiledevice.org | ||
48 | |||
49 | https://github.com/libimobiledevice/libimobiledevice | ||