diff options
author | 2023-12-22 11:51:57 +0100 | |
---|---|---|
committer | 2023-12-22 11:51:57 +0100 | |
commit | 76f924c2a1c61d05ece9bdc699a350ad165e3761 (patch) | |
tree | ebc91d706cf8a464f51687e90ee0250d83be7c9f /docs/idevicesyslog.1 | |
parent | d379401ecf5c61f2417826ab14bfc9797d2c7879 (diff) | |
download | libimobiledevice-76f924c2a1c61d05ece9bdc699a350ad165e3761.tar.gz libimobiledevice-76f924c2a1c61d05ece9bdc699a350ad165e3761.tar.bz2 |
idevicesyslog: Allow writing output to a file with command line option
Diffstat (limited to 'docs/idevicesyslog.1')
-rw-r--r-- | docs/idevicesyslog.1 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/idevicesyslog.1 b/docs/idevicesyslog.1 index b7d4bab..66ae2e4 100644 --- a/docs/idevicesyslog.1 +++ b/docs/idevicesyslog.1 | |||
@@ -27,10 +27,17 @@ enable communication debugging | |||
27 | prints usage information | 27 | prints usage information |
28 | .TP | 28 | .TP |
29 | .B \-v, \-\-version | 29 | .B \-v, \-\-version |
30 | prints version information. | 30 | Prints version information. |
31 | .TP | 31 | .TP |
32 | .B \-\-no\-colors | 32 | .B \-\-no\-colors |
33 | disable colored output | 33 | disable colored output |
34 | .TP | ||
35 | .B \-o, \-\-output FILE | ||
36 | Write to FILE instead of stdout. This will disable writing colored output, but can be re-enabled with \f[B]\-\-colors\f[]. | ||
37 | If FILE already exists, it will be overwritten without warning. | ||
38 | .TP | ||
39 | .B \-\-colors | ||
40 | Force writing colored output, e.g. when using \f[B]\-\-output\f[]. | ||
34 | 41 | ||
35 | .SH FILTER OPTIONS | 42 | .SH FILTER OPTIONS |
36 | .TP | 43 | .TP |