diff options
| author | 2010-03-13 19:49:52 +0100 | |
|---|---|---|
| committer | 2010-03-13 19:49:52 +0100 | |
| commit | c25847a1f2628b5d769814dd42b2c7d501c322e6 (patch) | |
| tree | 29cafbd829e79e0b89eed1027f7138c3987af6b6 /docs/idevicescreenshot.1 | |
| parent | c01f740e26a5c0ac2aa13200cacd50890f125c06 (diff) | |
| download | libimobiledevice-c25847a1f2628b5d769814dd42b2c7d501c322e6.tar.gz libimobiledevice-c25847a1f2628b5d769814dd42b2c7d501c322e6.tar.bz2 | |
Add man pages for tools
Diffstat (limited to 'docs/idevicescreenshot.1')
| -rw-r--r-- | docs/idevicescreenshot.1 | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/docs/idevicescreenshot.1 b/docs/idevicescreenshot.1 new file mode 100644 index 0000000..cf0ed15 --- /dev/null +++ b/docs/idevicescreenshot.1 | |||
| @@ -0,0 +1,29 @@ | |||
| 1 | .TH "idevicescreenshot" 1 | ||
| 2 | .SH NAME | ||
| 3 | idevicescreenshot \- Gets a screenshot from the connected iPhone/iPod Touch. | ||
| 4 | .SH SYNOPSIS | ||
| 5 | .B idevicescreenshot | ||
| 6 | [OPTIONS] | ||
| 7 | |||
| 8 | .SH DESCRIPTION | ||
| 9 | |||
| 10 | Gets a screenshot from the connected iPhone/iPod Touch. | ||
| 11 | |||
| 12 | NOTE: A mounted developer disk image is required on the device, otherwise | ||
| 13 | the screenshotr service is not available. | ||
| 14 | |||
| 15 | .SH OPTIONS | ||
| 16 | .TP | ||
| 17 | .B \-d, \-\-debug | ||
| 18 | enable communication debugging. | ||
| 19 | .TP | ||
| 20 | .B \-u, \-\-uuid UUID | ||
| 21 | target specific device by its 40-digit device UUID. | ||
| 22 | .TP | ||
| 23 | .B \-h, \-\-help | ||
| 24 | prints usage information | ||
| 25 | |||
| 26 | .SH AUTHOR | ||
| 27 | Nikias Bassen | ||
| 28 | |||
| 29 | Man page written to conform with Debian by Julien Lavergne. | ||
