diff options
| -rw-r--r-- | bash-completion/whereis | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash-completion/whereis b/bash-completion/whereis index 7db67a398c..55c6d2dfdb 100644 --- a/bash-completion/whereis +++ b/bash-completion/whereis @@ -17,7 +17,7 @@ _whereis_module() esac case $cur in -*) - OPTS="-b -B -m -M -s -S -f -u -l -g" + OPTS="-b -B -m -M -s -S -f -u -l -g --help --version" COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) ) return 0 ;; |
