From 5feae697b03de1d897327ab7e6c73738c4d06695 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Thu, 4 Oct 2018 21:36:22 +0100 Subject: bash-completion: catch up with option changes Check what has changed in usage functions in between v2.32..a77bd80d5 and update bash-completion files accordingly. Signed-off-by: Sami Kerola --- bash-completion/hwclock | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bash-completion/hwclock') diff --git a/bash-completion/hwclock b/bash-completion/hwclock index 4bd87e42e..faf29afe9 100644 --- a/bash-completion/hwclock +++ b/bash-completion/hwclock @@ -11,7 +11,7 @@ _hwclock_module() COMPREPLY=( $(compgen -f -- $cur) ) return 0 ;; - '--date') + '--date'|'--delay') COMPREPLY=( $(compgen -W "time" -- $cur) ) return 0 ;; @@ -42,6 +42,7 @@ _hwclock_module() --rtc --directisa --date + --delay --epoch --update-drift --noadjfile -- cgit v1.2.3-55-g7522