]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
bash-completion: (bits) add missing --binary
authorChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Fri, 31 Oct 2025 16:14:38 +0000 (12:14 -0400)
committerChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Fri, 31 Oct 2025 16:14:38 +0000 (12:14 -0400)
Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
bash-completion/bits

index 786be4d92f58d2d37da11d21565eef9c32f52c3c..c0e9fe63bd6b175176a0209918d7392f792546e8 100644 (file)
@@ -11,7 +11,7 @@ _bits_module()
        esac
        case $cur in
        -*)
-               OPTS="--version --help --width --mask --grouped-mask --bit --list"
+               OPTS="--version --help --width --mask --grouped-mask --bit --binary --list"
                COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )
                return 0
                ;;