aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>2025-10-31 13:25:29 -0400
committerChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>2025-10-31 13:25:29 -0400
commita8835586c23f8906952481e1b96611e1f9b4c62f (patch)
treee0c9436c9079435d4a1aa1607d65d4dceb02dcb5
parent56344d2c9a97d393ac8f6de366cb5bfac11659f6 (diff)
downloadutil-linux-a8835586c23f8906952481e1b96611e1f9b4c62f.tar.gz
bash-completion: (whereis) add missing long options
Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
-rw-r--r--bash-completion/whereis2
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
;;