summaryrefslogtreecommitdiffstats
path: root/bash-completion/hwclock
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion/hwclock')
-rw-r--r--bash-completion/hwclock3
1 files changed, 2 insertions, 1 deletions
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