diff options
author | 2024-10-25 23:39:28 +0200 | |
---|---|---|
committer | 2024-10-25 23:39:28 +0200 | |
commit | dc445fd7e81d4ec7a5ec38f5943a5b766ee6b6d2 (patch) | |
tree | 3b724602849be0172ef38e430f5bd716afa95b24 | |
parent | 2726ee5cc0d4fa45dedf64972f1999431e152816 (diff) | |
download | libimobiledevice-dc445fd7e81d4ec7a5ec38f5943a5b766ee6b6d2.tar.gz libimobiledevice-dc445fd7e81d4ec7a5ec38f5943a5b766ee6b6d2.tar.bz2 |
docs: Update manpage for idevicecrashreport
-rw-r--r-- | docs/idevicecrashreport.1 | 19 |
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. .SH OPTIONS .TP .B \-u, \-\-udid UDID -target specific device by UDID. +Target specific device by UDID. .TP .B \-n, \-\-network -connect to network device. +Connect to network device. .TP .B \-e, \-\-extract -extract raw crash report into separate '.crash' files. +Extract raw crash report into separate '.crash' files. .TP .B \-k, \-\-keep -copy but do not remove crash reports from device. +Copy but do not remove crash reports from device. .TP .B \-d, \-\-debug -enable communication debugging. +Enable communication debugging. .TP .B \-f, \-\-filter NAME -filter crash reports by NAME (case sensitive) +Filter crash reports by NAME (case sensitive) +.TP +.B \-\-remove\-all +Remove all crash log files without copying. Can be used with \f[B]-f\f[] to only remove matching files. .TP .B \-h, \-\-help -prints usage information. +Prints usage information. .TP .B \-v, \-\-version -prints version information. +Prints version information. .SH AUTHOR Martin Szulecki |