about summary refs log tree commit diff
path: root/Completion/Unix/Command/_picocom
diff options
context:
space:
mode:
authorFrank Terbeck <ft@bewatermyfriend.org>2016-05-08 00:09:13 +0200
committerFrank Terbeck <ft@bewatermyfriend.org>2016-05-09 03:40:31 +0200
commit795b285ce8b8e8baf26272f2c7c459334bca5f9d (patch)
treeb063c56a26ed6406e5cec4cca3a5bbf6233a4359 /Completion/Unix/Command/_picocom
parent32b5cd9445ebc8e0425a3db07de7fd3dc6381328 (diff)
downloadzsh-795b285ce8b8e8baf26272f2c7c459334bca5f9d.tar.gz
zsh-795b285ce8b8e8baf26272f2c7c459334bca5f9d.tar.xz
zsh-795b285ce8b8e8baf26272f2c7c459334bca5f9d.zip
38424: Use _baudrates helper instead of _baudrate
Diffstat (limited to 'Completion/Unix/Command/_picocom')
-rw-r--r--Completion/Unix/Command/_picocom2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_picocom b/Completion/Unix/Command/_picocom
index c9d3be0e0..4b8b3ea2e 100644
--- a/Completion/Unix/Command/_picocom
+++ b/Completion/Unix/Command/_picocom
@@ -32,7 +32,7 @@ function _picocom_escape () {
 function _picocom () {
     local -a args
 
-    args=( '(--baud -b)'{--baud,-b}'[define baud-rate to set the terminal to]:baud rate:_baudrate'
+    args=( '(--baud -b)'{--baud,-b}'[define baud-rate to set the terminal to]:baud rate:_baudrates'
            '(--flow -f)'{--flow,-f}'[define type of flow control to use]:flow control:_picocom_flowcontrol'
            '(--parity -p)'{--parity,-p}'[define type of parity to use]:parity mode:_picocom_paritymode'
            '(--databits -d)'{--databits,-d}'[define the number of databits per word]:data bits:_picocom_databits'