diff options
Diffstat (limited to 'bash-completion/eject')
-rw-r--r-- | bash-completion/eject | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bash-completion/eject b/bash-completion/eject index b767e819..8c2d62f9 100644 --- a/bash-completion/eject +++ b/bash-completion/eject @@ -18,6 +18,9 @@ _eject_module() COMPREPLY=( $(compgen -W "$(eject -X)" -- $cur) ) return 0 ;; + '-h'|'--help'|'-V'|'--version') + return 0 + ;; esac case $cur in -*) |