diff options
| author | 2010-03-13 19:49:52 +0100 | |
|---|---|---|
| committer | 2010-03-13 19:49:52 +0100 | |
| commit | c25847a1f2628b5d769814dd42b2c7d501c322e6 (patch) | |
| tree | 29cafbd829e79e0b89eed1027f7138c3987af6b6 /docs/ideviceimagemounter.1 | |
| parent | c01f740e26a5c0ac2aa13200cacd50890f125c06 (diff) | |
| download | libimobiledevice-c25847a1f2628b5d769814dd42b2c7d501c322e6.tar.gz libimobiledevice-c25847a1f2628b5d769814dd42b2c7d501c322e6.tar.bz2 | |
Add man pages for tools
Diffstat (limited to 'docs/ideviceimagemounter.1')
| -rw-r--r-- | docs/ideviceimagemounter.1 | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/docs/ideviceimagemounter.1 b/docs/ideviceimagemounter.1 new file mode 100644 index 0000000..55d81e9 --- /dev/null +++ b/docs/ideviceimagemounter.1 | |||
| @@ -0,0 +1,41 @@ | |||
| 1 | .TH "ideviceimagemounter" 1 | ||
| 2 | .SH NAME | ||
| 3 | ideviceimagemounter \- Mount disk images on the iPhone/iPod Touch. | ||
| 4 | .SH SYNOPSIS | ||
| 5 | .B ideviceimagemounter | ||
| 6 | [OPTIONS] IMAGE_FILE IMAGE_SIGNATURE_FILE | ||
| 7 | |||
| 8 | .SH DESCRIPTION | ||
| 9 | |||
| 10 | Mounts the specified disk image on the iPhone/iPod Touch device. | ||
| 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 \-l, \-\-list | ||
| 21 | list mount information | ||
| 22 | .TP | ||
| 23 | .B \-t, \-\-imagetype NAME | ||
| 24 | the image type to use, default is 'Developer' | ||
| 25 | .TP | ||
| 26 | .B \-x, \-\-xml | ||
| 27 | use XML output | ||
| 28 | .TP | ||
| 29 | .B \-h, \-\-help | ||
| 30 | prints usage information | ||
| 31 | .TP | ||
| 32 | .B IMAGE_FILE | ||
| 33 | the image filename to mount | ||
| 34 | .TP | ||
| 35 | .B IMAGE_SIGNATURE_FILE | ||
| 36 | corresponding signature file for image filename | ||
| 37 | |||
| 38 | .SH AUTHOR | ||
| 39 | Nikias Bassen | ||
| 40 | |||
| 41 | Man page written to conform with Debian by Julien Lavergne. | ||
