From: Michal Sojka Date: Wed, 6 Nov 2019 08:42:44 +0000 (+0100) Subject: Fix usage text about the -n option X-Git-Tag: 20200306~7 X-Git-Url: https://rtime.felk.cvut.cz/gitweb/sojka/sterm.git/commitdiff_plain/f6a626f4b28f52e28f8eba126947e9821d2dde8b Fix usage text about the -n option Interestingly, the manual page has this correct. --- 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"