summaryrefslogtreecommitdiffstats
path: root/bash-completion/hwclock
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion/hwclock')
-rw-r--r--bash-completion/hwclock4
1 files changed, 2 insertions, 2 deletions
diff --git a/bash-completion/hwclock b/bash-completion/hwclock
index 89b17bd07..b90f00c0c 100644
--- a/bash-completion/hwclock
+++ b/bash-completion/hwclock
@@ -12,7 +12,7 @@ _hwclock_module()
return 0
;;
'--date')
- COMPREPLY=( $(compgen -W "date" -- $cur) )
+ COMPREPLY=( $(compgen -W "time" -- $cur) )
return 0
;;
'--epoch')
@@ -40,9 +40,9 @@ _hwclock_module()
--localtime
--rtc
--directisa
- --badyear
--date
--epoch
+ --update-drift
--noadjfile
--adjfile
--test