From bf972bd2f9a6d75b40239df876d0e62ff70d1a8c Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Mon, 11 Jul 2022 14:15:54 +0200 Subject: [PATCH] Cleanup --- README.md | 5 ++--- man/tio.1.in | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 317ed58..dc3e25c 100644 --- a/README.md +++ b/README.md @@ -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 Set log filename --log-strip Strip control characters and escape sequences - -m, --map Map special characters + -m, --map Map characters -c, --color 0..255|none|list Colorize tio text (default: 15) -S, --socket Redirect I/O to file or network socket -x, --hexadecimal Enable hexadecimal mode diff --git a/man/tio.1.in b/man/tio.1.in index dc79b41..4c107fe 100644 --- a/man/tio.1.in +++ b/man/tio.1.in @@ -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"