mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Update text
This commit is contained in:
parent
538e81cbe5
commit
3553fc765e
3 changed files with 5 additions and 4 deletions
|
|
@ -38,6 +38,7 @@ when used in combination with [tmux](https://tmux.github.io).
|
|||
* Support for delayed output
|
||||
* Hexadecimal mode
|
||||
* Log to file
|
||||
* Autogeneration of log filename
|
||||
* Configuration file support
|
||||
* Select subconfigurations by name or pattern
|
||||
* Redirect I/O to socket for scripting or TTY sharing
|
||||
|
|
@ -67,7 +68,7 @@ The command-line interface is straightforward as reflected in the output from
|
|||
-t, --timestamp Enable line timestamp
|
||||
--timestamp-format <format> Set timestamp format (default: 24hour)
|
||||
-L, --list-devices List available serial devices
|
||||
-l, --log Enable logging to file
|
||||
-l, --log Enable log to file
|
||||
--log-file <filename> Set log filename
|
||||
--log-strip Strip control characters and escape sequences
|
||||
-m, --map <flags> Map special characters
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@ List available serial devices.
|
|||
.TP
|
||||
.BR \-l ", " \-\-log
|
||||
|
||||
Enable logging to file. If no filename is provided the filename will be automatically generated.
|
||||
Enable log to file. If no filename is provided the filename will be automatically generated.
|
||||
|
||||
.TP
|
||||
.BR " \-\-log-file \fI<filename>
|
||||
|
|
@ -245,7 +245,7 @@ Set output delay
|
|||
.IP "\fBno-autoconnect"
|
||||
Disable automatic connect
|
||||
.IP "\fBlog"
|
||||
Enable logging to file
|
||||
Enable log to file
|
||||
.IP "\fBlog-file"
|
||||
Set log filename
|
||||
.IP "\fBlog-strip"
|
||||
|
|
|
|||
|
|
@ -82,7 +82,7 @@ void print_help(char *argv[])
|
|||
printf(" -t, --timestamp Enable line timestamp\n");
|
||||
printf(" --timestamp-format <format> Set timestamp format (default: 24hour)\n");
|
||||
printf(" -L, --list-devices List available serial devices\n");
|
||||
printf(" -l, --log Enable logging to file\n");
|
||||
printf(" -l, --log Enable log to file\n");
|
||||
printf(" --log-file <filename> Set log filename\n");
|
||||
printf(" --log-strip Strip control characters and escape sequences\n");
|
||||
printf(" -m, --map <flags> Map special characters\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue