diff options
author | 2025-06-23 14:00:10 +0200 | |
---|---|---|
committer | 2025-06-23 14:00:10 +0200 | |
commit | 8061f08b4e0a8f0ab5d1548b7e9978f3cc8647a2 (patch) | |
tree | 5e01ac6e10a00c065dc5edf80adbd2ee4ce273e3 /docs/idevicerestore.1 | |
parent | a5905b7f905fc3cc83033ebd963f0dcba071e512 (diff) | |
download | idevicerestore-8061f08b4e0a8f0ab5d1548b7e9978f3cc8647a2.tar.gz idevicerestore-8061f08b4e0a8f0ab5d1548b7e9978f3cc8647a2.tar.bz2 |
Refactor logging and add logfile support
idevicerestore will now also create a logfile automatically, unless
disabled with --logfile=NONE.
Diffstat (limited to 'docs/idevicerestore.1')
-rw-r--r-- | docs/idevicerestore.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/idevicerestore.1 b/docs/idevicerestore.1 index d141548..633469a 100644 --- a/docs/idevicerestore.1 +++ b/docs/idevicerestore.1 @@ -58,6 +58,10 @@ Prints usage information. .B \-C, \-\-cache\-path DIR Use specified directory for caching extracted or other reused files. .TP +.B \-\-logfile PATH +Write logging output to file at PATH. If PATH equals \f[B]NULL\f[] or \f[B]NONE\f[], +no log file will be written. This disables automatic log file creation. +.TP .B \-d, \-\-debug Enable communication debugging. .TP |