]> rtime.felk.cvut.cz Git - sojka/sterm.git/blobdiff - completion.zsh
fixup! Fix usage text about the -n option
[sojka/sterm.git] / completion.zsh
index 09a6a7e29d4bdaa2eb875f24f6916125c7bc14d9..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
 }
@@ -43,7 +43,19 @@ _sterm() {
                                        "38400" \
                                        "57600" \
                                        "115200" \
-                                       "230400"
+                                       "230400" \
+                                       "460800" \
+                                       "500000" \
+                                       "576000" \
+                                       "921600" \
+                                       "1000000" \
+                                       "1152000" \
+                                       "1500000" \
+                                       "2000000" \
+                                       "2500000" \
+                                       "3000000" \
+                                       "3500000" \
+                                       "4000000"
                                ;;
                        *)
                                _sterm_defs