Update man page and bash completion

This commit is contained in:
Martin Lund 2018-04-18 20:48:04 +02:00
parent 7d5e25d368
commit b7cdbec8e2
2 changed files with 8 additions and 8 deletions

View file

@ -58,7 +58,7 @@ _tio()
return 0
;;
-m | --map)
COMPREPLY=( $(compgen -W "INLCR IGNCR ICRNL ONLCR OCRNL" -- ${cur}) )
COMPREPLY=( $(compgen -W "ICRNL IGNCR INLCR INLCRNL OCRNL ODELBS ONLCRNL" -- ${cur}) )
return 0
;;
-v | --version)