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, 3 insertions, 0 deletions
diff --git a/bash-completion/hwclock b/bash-completion/hwclock
index 855e88575..b09e63df0 100644
--- a/bash-completion/hwclock
+++ b/bash-completion/hwclock
@@ -18,6 +18,9 @@ _hwclock_module()
COMPREPLY=( $(compgen -W "year" -- $cur) )
return 0
;;
+ '-h'|'-?'|'--help'|'-v'|'-V'|'--version')
+ return 0
+ ;;
esac
case $cur in
-*)