This commit is contained in:
Martin Lund 2022-07-11 14:15:54 +02:00
parent 39af74f263
commit bf972bd2f9
2 changed files with 3 additions and 4 deletions

View file

@ -34,11 +34,10 @@ when used in combination with [tmux](https://tmux.github.io).
* Toggle serial lines
* Pulse the DTR line
* Local echo support
* Remap special characters (nl, cr-nl, bs, etc.)
* Map characters (nl, cr-nl, bs, lowercase to uppercase, etc.)
* Line timestamps
* Support for delayed output per character
* Support for delayed output per line
* Support for translation of lowercase to uppercase
* Hexadecimal mode
* Log to file
* Autogeneration of log filename
@ -84,7 +83,7 @@ The command-line interface is straightforward as reflected in the output from
-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
-m, --map <flags> Map characters
-c, --color 0..255|none|list Colorize tio text (default: 15)
-S, --socket <socket> Redirect I/O to file or network socket
-x, --hexadecimal Enable hexadecimal mode

View file

@ -290,7 +290,7 @@ Enable line timestamp
.IP "\fBtimestamp-format"
Set timestamp format
.IP "\fBmap"
Map special characters on input or output
Map characters on input or output
.IP "\fBcolor"
Colorize tio text using ANSI color code ranging from 0 to 255
.IP "\fBhexadecimal"