summaryrefslogtreecommitdiffstats
path: root/docs/idevicecrashreport.1
diff options
context:
space:
mode:
Diffstat (limited to 'docs/idevicecrashreport.1')
-rw-r--r--docs/idevicecrashreport.136
1 files changed, 36 insertions, 0 deletions
diff --git a/docs/idevicecrashreport.1 b/docs/idevicecrashreport.1
new file mode 100644
index 0000000..1129efc
--- /dev/null
+++ b/docs/idevicecrashreport.1
@@ -0,0 +1,36 @@
1.TH "idevicecrashreport" 1
2.SH NAME
3idevicecrashreport \- Retrieve crash reports from a device.
4.SH SYNOPSIS
5.B idevicecrashreport
6[OPTIONS] DIRECTORY
7
8.SH DESCRIPTION
9
10Simple utility to move crash reports from a device to a local directory.
11
12The utility outputs lines prefixed with either "Link:", "Copy:" or "Move:"
13depending on whether a symlink was created, a file was copied or moved from
14the device to the target DIRECTORY.
15
16.SH OPTIONS
17.TP
18.B \-e, \-\-extract
19extract raw crash report into separate '.crash' files.
20.TP
21.B \-k, \-\-keep
22copy but do not remove crash reports from device.
23.TP
24.B \-d, \-\-debug
25enable communication debugging.
26.TP
27.B \-u, \-\-udid UDID
28target specific device by its 40-digit device UDID.
29.TP
30.B \-h, \-\-help
31prints usage information.
32
33.SH AUTHOR
34Martin Szulecki
35
36Nikias Bassen