]> rtime.felk.cvut.cz Git - sojka/sterm.git/commitdiff
Fix usage text about the -n option
authorMichal Sojka <michal.sojka@cvut.cz>
Wed, 6 Nov 2019 08:42:44 +0000 (09:42 +0100)
committerMichal Sojka <michal.sojka@cvut.cz>
Wed, 6 Nov 2019 08:42:44 +0000 (09:42 +0100)
Interestingly, the manual page has this correct.

sterm.c

diff --git a/sterm.c b/sterm.c
index e0406bbe5046546799243007d20aacd89b3beb6e..f2bd26a1527e9a344af7610d3c7136319c7f3f61 100644 (file)
--- a/sterm.c
+++ b/sterm.c
@@ -137,7 +137,7 @@ void usage(const char* argv0)
                "  -c        enter command mode\n"
                "  -d[PULSE] make pulse on DTR\n"
                "  -e        ignore '~.' escape sequence\n"
-               "  -n        do not switch the device to raw mode\n"
+               "  -n        do not switch stdin TTY to raw mode\n"
                "  -r[PULSE] make pulse on RTS\n"
                "  -s <baudrate>\n"
                "  -v        verbose mode\n"