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