diff options
Diffstat (limited to 'docs/idevicescreenshot.1')
-rw-r--r-- | docs/idevicescreenshot.1 | 29 |
1 files changed, 22 insertions, 7 deletions
diff --git a/docs/idevicescreenshot.1 b/docs/idevicescreenshot.1 index cf0ed15..4da78af 100644 --- a/docs/idevicescreenshot.1 +++ b/docs/idevicescreenshot.1 | |||
@@ -1,29 +1,44 @@ | |||
1 | .TH "idevicescreenshot" 1 | 1 | .TH "idevicescreenshot" 1 |
2 | .SH NAME | 2 | .SH NAME |
3 | idevicescreenshot \- Gets a screenshot from the connected iPhone/iPod Touch. | 3 | idevicescreenshot \- Gets a screenshot from the connected device. |
4 | .SH SYNOPSIS | 4 | .SH SYNOPSIS |
5 | .B idevicescreenshot | 5 | .B idevicescreenshot |
6 | [OPTIONS] | 6 | [OPTIONS] [FILE] |
7 | 7 | ||
8 | .SH DESCRIPTION | 8 | .SH DESCRIPTION |
9 | 9 | ||
10 | Gets a screenshot from the connected iPhone/iPod Touch. | 10 | Gets a screenshot from the connected device. |
11 | |||
12 | The screenshot is saved as a TIFF image with the given FILE name, where the | ||
13 | default name is "screenshot-DATE.tiff", | ||
14 | e.g.: ./screenshot-2013-12-31-23-59-59.tiff | ||
11 | 15 | ||
12 | NOTE: A mounted developer disk image is required on the device, otherwise | 16 | NOTE: A mounted developer disk image is required on the device, otherwise |
13 | the screenshotr service is not available. | 17 | the screenshotr service is not available. |
14 | 18 | ||
15 | .SH OPTIONS | 19 | .SH OPTIONS |
16 | .TP | 20 | .TP |
21 | .B \-u, \-\-udid UDID | ||
22 | target specific device by UDID. | ||
23 | .TP | ||
24 | .B \-n, \-\-network | ||
25 | connect to network device. | ||
26 | .TP | ||
17 | .B \-d, \-\-debug | 27 | .B \-d, \-\-debug |
18 | enable communication debugging. | 28 | enable communication debugging. |
19 | .TP | 29 | .TP |
20 | .B \-u, \-\-uuid UUID | ||
21 | target specific device by its 40-digit device UUID. | ||
22 | .TP | ||
23 | .B \-h, \-\-help | 30 | .B \-h, \-\-help |
24 | prints usage information | 31 | prints usage information |
32 | .TP | ||
33 | .B \-v, \-\-version | ||
34 | prints version information. | ||
25 | 35 | ||
26 | .SH AUTHOR | 36 | .SH AUTHOR |
27 | Nikias Bassen | 37 | Nikias Bassen |
28 | 38 | ||
29 | Man page written to conform with Debian by Julien Lavergne. | 39 | Man page written to conform with Debian by Julien Lavergne. |
40 | |||
41 | .SH ON THE WEB | ||
42 | https://libimobiledevice.org | ||
43 | |||
44 | https://github.com/libimobiledevice/libimobiledevice | ||