]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
bash-completion: (whereis) add missing long options
authorChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Fri, 31 Oct 2025 17:25:29 +0000 (13:25 -0400)
committerChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Fri, 31 Oct 2025 17:25:29 +0000 (13:25 -0400)
Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
bash-completion/whereis

index 7db67a398c719b1a71d6796cd3941a60ad7a7672..55c6d2dfdb2d89e51a28f4cd803dd86fab9c1191 100644 (file)
@@ -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
                        ;;