mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Update bash completion
This commit is contained in:
parent
683aab1dc7
commit
6a1d4838da
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ _tio()
|
||||||
return 0
|
return 0
|
||||||
;;
|
;;
|
||||||
--timestamp-format)
|
--timestamp-format)
|
||||||
COMPREPLY=( $(compgen -W "24hour 24hour-start iso8601" -- ${cur}) )
|
COMPREPLY=( $(compgen -W "24hour 24hour-start 24hour-delta iso8601" -- ${cur}) )
|
||||||
return 0
|
return 0
|
||||||
;;
|
;;
|
||||||
-L | --list-devices)
|
-L | --list-devices)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue