diff options
| author | 2010-12-28 12:19:30 +0100 | |
|---|---|---|
| committer | 2010-12-28 12:19:30 +0100 | |
| commit | adaa80a31a23d7663be751f4d589adbe5a5f3113 (patch) | |
| tree | 0a1b6d8d31531a986d0eb81f740100597b59d1de /docs/ideviceenterrecovery.1 | |
| parent | 0b40ddb1f41c94a3ee58abc6326e59d65662e5c7 (diff) | |
| download | libimobiledevice-adaa80a31a23d7663be751f4d589adbe5a5f3113.tar.gz libimobiledevice-adaa80a31a23d7663be751f4d589adbe5a5f3113.tar.bz2 | |
Add manpages for ideviceenterrecovery and idevicepair
Thanks to Julien Lavergne for contributing.
Diffstat (limited to 'docs/ideviceenterrecovery.1')
| -rw-r--r-- | docs/ideviceenterrecovery.1 | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/ideviceenterrecovery.1 b/docs/ideviceenterrecovery.1 new file mode 100644 index 0000000..a543092 --- /dev/null +++ b/docs/ideviceenterrecovery.1 | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | .TH "ideviceenterrecovery" 1 | ||
| 2 | .SH NAME | ||
| 3 | ideviceenterrecovery \- Makes a device with the supplied 40-digit UUID enter recovery mode immediately. | ||
| 4 | .SH SYNOPSIS | ||
| 5 | .B ideviceenterrecovery | ||
| 6 | [OPTIONS] UUID | ||
| 7 | |||
| 8 | .SH DESCRIPTION | ||
| 9 | |||
| 10 | Makes a device with the supplied 40-digit UUID enter recovery mode immediately. | ||
| 11 | |||
| 12 | .SH OPTIONS | ||
| 13 | .TP | ||
| 14 | .B \-d, \-\-debug | ||
| 15 | enable communication debugging. | ||
| 16 | .TP | ||
| 17 | .B \-h, \-\-help | ||
| 18 | prints usage information. | ||
| 19 | |||
| 20 | .SH AUTHORS | ||
| 21 | Martin Szulecki | ||
| 22 | |||
| 23 | Man page written to conform with Debian by Julien Lavergne. | ||
