From f6a626f4b28f52e28f8eba126947e9821d2dde8b Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Wed, 6 Nov 2019 09:42:44 +0100 Subject: [PATCH 1/1] Fix usage text about the -n option Interestingly, the manual page has this correct. --- sterm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sterm.c b/sterm.c index e0406bb..f2bd26a 100644 --- 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 \n" " -v verbose mode\n" -- 2.39.2