From 6a1d4838da20b46a17e3c24a9fe636e3d8e2c430 Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Tue, 5 Jul 2022 17:47:20 +0200 Subject: [PATCH] Update bash completion --- src/bash-completion/tio.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bash-completion/tio.in b/src/bash-completion/tio.in index 1710ecc..8245a92 100644 --- a/src/bash-completion/tio.in +++ b/src/bash-completion/tio.in @@ -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)