diff options
Diffstat (limited to 'docs/ideviceenterrecovery.1')
-rw-r--r-- | docs/ideviceenterrecovery.1 | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/docs/ideviceenterrecovery.1 b/docs/ideviceenterrecovery.1 index a543092..d455826 100644 --- a/docs/ideviceenterrecovery.1 +++ b/docs/ideviceenterrecovery.1 | |||
@@ -1,13 +1,13 @@ | |||
1 | .TH "ideviceenterrecovery" 1 | 1 | .TH "ideviceenterrecovery" 1 |
2 | .SH NAME | 2 | .SH NAME |
3 | ideviceenterrecovery \- Makes a device with the supplied 40-digit UUID enter recovery mode immediately. | 3 | ideviceenterrecovery \- Make a device enter recovery mode. |
4 | .SH SYNOPSIS | 4 | .SH SYNOPSIS |
5 | .B ideviceenterrecovery | 5 | .B ideviceenterrecovery |
6 | [OPTIONS] UUID | 6 | [OPTIONS] UDID |
7 | 7 | ||
8 | .SH DESCRIPTION | 8 | .SH DESCRIPTION |
9 | 9 | ||
10 | Makes a device with the supplied 40-digit UUID enter recovery mode immediately. | 10 | Makes a device with the supplied UDID enter recovery mode immediately. |
11 | 11 | ||
12 | .SH OPTIONS | 12 | .SH OPTIONS |
13 | .TP | 13 | .TP |
@@ -16,8 +16,16 @@ enable communication debugging. | |||
16 | .TP | 16 | .TP |
17 | .B \-h, \-\-help | 17 | .B \-h, \-\-help |
18 | prints usage information. | 18 | prints usage information. |
19 | .TP | ||
20 | .B \-v, \-\-version | ||
21 | prints version information. | ||
19 | 22 | ||
20 | .SH AUTHORS | 23 | .SH AUTHORS |
21 | Martin Szulecki | 24 | Martin Szulecki |
22 | 25 | ||
23 | Man page written to conform with Debian by Julien Lavergne. | 26 | Man page written to conform with Debian by Julien Lavergne. |
27 | |||
28 | .SH ON THE WEB | ||
29 | https://libimobiledevice.org | ||
30 | |||
31 | https://github.com/libimobiledevice/libimobiledevice | ||