diff options
| -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. | |||
| 16 | .SH OPTIONS | 16 | .SH OPTIONS |
| 17 | .TP | 17 | .TP |
| 18 | .B \-u, \-\-udid UDID | 18 | .B \-u, \-\-udid UDID |
| 19 | target specific device by UDID. | 19 | Target specific device by UDID. |
| 20 | .TP | 20 | .TP |
| 21 | .B \-n, \-\-network | 21 | .B \-n, \-\-network |
| 22 | connect to network device. | 22 | Connect to network device. |
| 23 | .TP | 23 | .TP |
| 24 | .B \-e, \-\-extract | 24 | .B \-e, \-\-extract |
| 25 | extract raw crash report into separate '.crash' files. | 25 | Extract raw crash report into separate '.crash' files. |
| 26 | .TP | 26 | .TP |
| 27 | .B \-k, \-\-keep | 27 | .B \-k, \-\-keep |
| 28 | copy but do not remove crash reports from device. | 28 | Copy but do not remove crash reports from device. |
| 29 | .TP | 29 | .TP |
| 30 | .B \-d, \-\-debug | 30 | .B \-d, \-\-debug |
| 31 | enable communication debugging. | 31 | Enable communication debugging. |
| 32 | .TP | 32 | .TP |
| 33 | .B \-f, \-\-filter NAME | 33 | .B \-f, \-\-filter NAME |
| 34 | filter crash reports by NAME (case sensitive) | 34 | Filter crash reports by NAME (case sensitive) |
| 35 | .TP | ||
| 36 | .B \-\-remove\-all | ||
| 37 | Remove 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 |
| 37 | prints usage information. | 40 | Prints usage information. |
| 38 | .TP | 41 | .TP |
| 39 | .B \-v, \-\-version | 42 | .B \-v, \-\-version |
| 40 | prints version information. | 43 | Prints version information. |
| 41 | 44 | ||
| 42 | .SH AUTHOR | 45 | .SH AUTHOR |
| 43 | Martin Szulecki | 46 | Martin Szulecki |
