Complete bit reorder feature for release

This commit is contained in:
Attila Veghelyi 2022-09-29 17:33:35 +02:00
parent 5b8f33bd78
commit 4924969268
3 changed files with 5 additions and 1 deletions

View file

@ -94,7 +94,7 @@ _tio()
return 0
;;
-m | --map)
COMPREPLY=( $(compgen -W "ICRNL IGNCR INLCR INLCRNL OCRNL ODELBS ONLCRNL" -- ${cur}) )
COMPREPLY=( $(compgen -W "ICRNL IGNCR INLCR INLCRNL OCRNL ODELBS ONLCRNL MSB2LSB" -- ${cur}) )
return 0
;;
-t | --timestamp)