Update bash completion

This commit is contained in:
Martin Lund 2022-07-05 17:47:20 +02:00
parent 683aab1dc7
commit 6a1d4838da

View file

@ -87,7 +87,7 @@ _tio()
return 0
;;
--timestamp-format)
COMPREPLY=( $(compgen -W "24hour 24hour-start iso8601" -- ${cur}) )
COMPREPLY=( $(compgen -W "24hour 24hour-start 24hour-delta iso8601" -- ${cur}) )
return 0
;;
-L | --list-devices)