summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2024-10-25 23:39:28 +0200
committerGravatar Nikias Bassen2024-10-25 23:39:28 +0200
commitdc445fd7e81d4ec7a5ec38f5943a5b766ee6b6d2 (patch)
tree3b724602849be0172ef38e430f5bd716afa95b24
parent2726ee5cc0d4fa45dedf64972f1999431e152816 (diff)
downloadlibimobiledevice-dc445fd7e81d4ec7a5ec38f5943a5b766ee6b6d2.tar.gz
libimobiledevice-dc445fd7e81d4ec7a5ec38f5943a5b766ee6b6d2.tar.bz2
docs: Update manpage for idevicecrashreport
-rw-r--r--docs/idevicecrashreport.119
1 files changed, 11 insertions, 8 deletions
diff --git a/docs/idevicecrashreport.1 b/docs/idevicecrashreport.1
index 6acd6e9..f117c87 100644
--- a/docs/idevicecrashreport.1
+++ b/docs/idevicecrashreport.1
@@ -16,28 +16,31 @@ the device to the target DIRECTORY.
16.SH OPTIONS 16.SH OPTIONS
17.TP 17.TP
18.B \-u, \-\-udid UDID 18.B \-u, \-\-udid UDID
19target specific device by UDID. 19Target specific device by UDID.
20.TP 20.TP
21.B \-n, \-\-network 21.B \-n, \-\-network
22connect to network device. 22Connect to network device.
23.TP 23.TP
24.B \-e, \-\-extract 24.B \-e, \-\-extract
25extract raw crash report into separate '.crash' files. 25Extract raw crash report into separate '.crash' files.
26.TP 26.TP
27.B \-k, \-\-keep 27.B \-k, \-\-keep
28copy but do not remove crash reports from device. 28Copy but do not remove crash reports from device.
29.TP 29.TP
30.B \-d, \-\-debug 30.B \-d, \-\-debug
31enable communication debugging. 31Enable communication debugging.
32.TP 32.TP
33.B \-f, \-\-filter NAME 33.B \-f, \-\-filter NAME
34filter crash reports by NAME (case sensitive) 34Filter crash reports by NAME (case sensitive)
35.TP
36.B \-\-remove\-all
37Remove all crash log files without copying. Can be used with \f[B]-f\f[] to only remove matching files.
35.TP 38.TP
36.B \-h, \-\-help 39.B \-h, \-\-help
37prints usage information. 40Prints usage information.
38.TP 41.TP
39.B \-v, \-\-version 42.B \-v, \-\-version
40prints version information. 43Prints version information.
41 44
42.SH AUTHOR 45.SH AUTHOR
43Martin Szulecki 46Martin Szulecki