fix ldattach
- remove needless comma from exclusive option list
This commit is contained in:
parent
0b18ad83fc
commit
1b5eb7da8c
|
|
@ -41,10 +41,10 @@ local context state line
|
||||||
local curcontext="$curcontext"
|
local curcontext="$curcontext"
|
||||||
|
|
||||||
_arguments -s -C \
|
_arguments -s -C \
|
||||||
'(-1,--onestopbit)'{-1,--onestopbit}'[Set the number of stop bits of the serial line to one]' \
|
'(-1 --onestopbit)'{-1,--onestopbit}'[Set the number of stop bits of the serial line to one]' \
|
||||||
'(-2,--twostopbits)'{-2,--twostopbits}'[Set the number of stop bits of the serial line to two]' \
|
'(-2 --twostopbits)'{-2,--twostopbits}'[Set the number of stop bits of the serial line to two]' \
|
||||||
'(-7,--sevenbits)'{-7,--sevenbits}'[Set the character size of the srial line to 7 bits]' \
|
'(-7 --sevenbits)'{-7,--sevenbits}'[Set the character size of the serial line to 7 bits]' \
|
||||||
'(-8,--eightbits)'{-8,--eightbits}'[Set the character size of the srial line to 8 bits]' \
|
'(-8 --eightbits)'{-8,--eightbits}'[Set the character size of the serial line to 8 bits]' \
|
||||||
'(-d --debug)'{-d,--debug}'[Enable debugging output]' \
|
'(-d --debug)'{-d,--debug}'[Enable debugging output]' \
|
||||||
'(-e --evenparity)'{-e,--evenparity}'[Set the parity of the serial line to even]' \
|
'(-e --evenparity)'{-e,--evenparity}'[Set the parity of the serial line to even]' \
|
||||||
'(-i --iflag)'{-i,--iflag}'[Set the specified bits in the c_iflag word of the serial line]:value' \
|
'(-i --iflag)'{-i,--iflag}'[Set the specified bits in the c_iflag word of the serial line]:value' \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue