summaryrefslogtreecommitdiffstats
path: root/bash-completion/whereis
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion/whereis')
-rw-r--r--bash-completion/whereis3
1 files changed, 3 insertions, 0 deletions
diff --git a/bash-completion/whereis b/bash-completion/whereis
index 96e4117a9..2273a07c5 100644
--- a/bash-completion/whereis
+++ b/bash-completion/whereis
@@ -10,6 +10,9 @@ _whereis_module()
COMPREPLY=( $(compgen -o dirnames -- ${cur:-"/"}) )
return 0
;;
+ '-h'|'-V')
+ return 0
+ ;;
esac
case $cur in
-*)