From a8835586c23f8906952481e1b96611e1f9b4c62f Mon Sep 17 00:00:00 2001 From: Christian Goeschel Ndjomouo Date: Fri, 31 Oct 2025 13:25:29 -0400 Subject: [PATCH] bash-completion: (whereis) add missing long options Signed-off-by: Christian Goeschel Ndjomouo --- bash-completion/whereis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;; -- 2.47.3