]> rtime.felk.cvut.cz Git - sojka/sterm.git/commitdiff
fixup! Fix usage text about the -n option
authorMichal Sojka <michal.sojka@cvut.cz>
Sat, 4 Jan 2020 16:50:22 +0000 (17:50 +0100)
committerMichal Sojka <michal.sojka@cvut.cz>
Sat, 4 Jan 2020 16:50:22 +0000 (17:50 +0100)
completion.zsh

index 61348de0dc00058c15bb286f6e09dcb8deef85ec..2f9847a77205061b7518cbc562bb017c8b002d3e 100644 (file)
@@ -11,7 +11,7 @@ _sterm_defs() {
                "-d[Make pulse on DTR]" \
                "-r[Make pulse on RTS]" \
                "-e[Ignore '~.' escape sequence]" \
-               "-n[Do not switch the device to raw mode]" \
+               "-n[Do not switch stdin to raw mode]" \
                "-v[Verbose mode]"
        _path_files
 }