mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Rename mapping flag MSB2LSB to IMSB2LSB
This is the correct naming since we are changing the input bit order on input from the serial device.
This commit is contained in:
parent
9022f51ea5
commit
d34fa1c1ad
5 changed files with 30 additions and 30 deletions
|
|
@ -85,7 +85,7 @@ _tio()
|
|||
return 0
|
||||
;;
|
||||
-m | --map)
|
||||
COMPREPLY=( $(compgen -W "ICRNL IGNCR INLCR IFFESCC INLCRNL OCRNL ODELBS ONLCRNL OLTU ONULBRK OIGNCR MSB2LSB" -- ${cur}) )
|
||||
COMPREPLY=( $(compgen -W "ICRNL IGNCR INLCR IFFESCC INLCRNL IMSB2LSB OCRNL ODELBS ONLCRNL OLTU ONULBRK OIGNCR" -- ${cur}) )
|
||||
return 0
|
||||
;;
|
||||
--timestamp-format)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue