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