diff options
Diffstat (limited to 'docs/ideviceinfo.1')
| -rw-r--r-- | docs/ideviceinfo.1 | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/docs/ideviceinfo.1 b/docs/ideviceinfo.1 new file mode 100644 index 0000000..e350dd0 --- /dev/null +++ b/docs/ideviceinfo.1 | |||
| @@ -0,0 +1,35 @@ | |||
| 1 | .TH "ideviceinfo" 1 | ||
| 2 | .SH NAME | ||
| 3 | ideviceinfo \- Show information about the first connected iPhone/iPod Touch. | ||
| 4 | .SH SYNOPSIS | ||
| 5 | .B ideviceinfo | ||
| 6 | [OPTIONS] | ||
| 7 | |||
| 8 | .SH DESCRIPTION | ||
| 9 | |||
| 10 | Show information about the first connected iPhone/iPod Touch. | ||
| 11 | |||
| 12 | .SH OPTIONS | ||
| 13 | .TP | ||
| 14 | .B \-d, \-\-debug | ||
| 15 | enable communication debugging. | ||
| 16 | .TP | ||
| 17 | .B \-u, \-\-uuid UUID | ||
| 18 | target specific device by its 40-digit device UUID. | ||
| 19 | .TP | ||
| 20 | .B \-q, \-\-domain NAME | ||
| 21 | set domain of query to NAME. Default: None. | ||
| 22 | .TP | ||
| 23 | .B \-k, \-\-key NAME | ||
| 24 | only query key specified by NAME. Default: All keys. | ||
| 25 | .TP | ||
| 26 | .B \-x, \-\-xml | ||
| 27 | output information as xml plist instead of key/value pairs. | ||
| 28 | .TP | ||
| 29 | .B \-h, \-\-help | ||
| 30 | prints usage information | ||
| 31 | |||
| 32 | .SH AUTHOR | ||
| 33 | Martin Szulecki | ||
| 34 | |||
| 35 | Man page written to conform with Debian by Julien Lavergne. | ||
