diff options
Diffstat (limited to 'bash-completion/hwclock')
-rw-r--r-- | bash-completion/hwclock | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bash-completion/hwclock b/bash-completion/hwclock index 855e8857..b09e63df 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 -*) |