diff options
author | Nikias Bassen | 2023-12-22 11:51:57 +0100 |
---|---|---|
committer | Nikias Bassen | 2023-12-22 11:51:57 +0100 |
commit | 76f924c2a1c61d05ece9bdc699a350ad165e3761 (patch) | |
tree | ebc91d706cf8a464f51687e90ee0250d83be7c9f /docs | |
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')
-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 prints usage information .TP .B \-v, \-\-version -prints version information. +Prints version information. .TP .B \-\-no\-colors disable colored output +.TP +.B \-o, \-\-output FILE +Write to FILE instead of stdout. This will disable writing colored output, but can be re-enabled with \f[B]\-\-colors\f[]. +If FILE already exists, it will be overwritten without warning. +.TP +.B \-\-colors +Force writing colored output, e.g. when using \f[B]\-\-output\f[]. .SH FILTER OPTIONS .TP |