diff options
Diffstat (limited to 'bash-completion/look')
| -rw-r--r-- | bash-completion/look | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bash-completion/look b/bash-completion/look index 68cea563b0..daa5ecb713 100644 --- a/bash-completion/look +++ b/bash-completion/look @@ -9,6 +9,9 @@ _look_module() COMPREPLY=( $(compgen -W "char" -- $cur) ) return 0 ;; + '-h'|'--help'|'-V'|'--version') + return 0 + ;; esac case $cur in -*) |
