summaryrefslogtreecommitdiffstats
path: root/docs/idevicescreenshot.1
diff options
context:
space:
mode:
Diffstat (limited to 'docs/idevicescreenshot.1')
-rw-r--r--docs/idevicescreenshot.125
1 files changed, 20 insertions, 5 deletions
diff --git a/docs/idevicescreenshot.1 b/docs/idevicescreenshot.1
index b8c0e58..4da78af 100644
--- a/docs/idevicescreenshot.1
+++ b/docs/idevicescreenshot.1
@@ -3,27 +3,42 @@
idevicescreenshot \- Gets a screenshot from the connected device.
.SH SYNOPSIS
.B idevicescreenshot
-[OPTIONS]
+[OPTIONS] [FILE]
.SH DESCRIPTION
Gets a screenshot from the connected device.
+The screenshot is saved as a TIFF image with the given FILE name, where the
+default name is "screenshot-DATE.tiff",
+e.g.: ./screenshot-2013-12-31-23-59-59.tiff
+
NOTE: A mounted developer disk image is required on the device, otherwise
- the screenshotr service is not available.
+the screenshotr service is not available.
.SH OPTIONS
.TP
+.B \-u, \-\-udid UDID
+target specific device by UDID.
+.TP
+.B \-n, \-\-network
+connect to network device.
+.TP
.B \-d, \-\-debug
enable communication debugging.
.TP
-.B \-u, \-\-udid UDID
-target specific device by its 40-digit device UDID.
-.TP
.B \-h, \-\-help
prints usage information
+.TP
+.B \-v, \-\-version
+prints version information.
.SH AUTHOR
Nikias Bassen
Man page written to conform with Debian by Julien Lavergne.
+
+.SH ON THE WEB
+https://libimobiledevice.org
+
+https://github.com/libimobiledevice/libimobiledevice