]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
fix: (bash-completion) remove --bit option from bits completion
authorzhanghongyuan <zhanghongyuan@uniontech.com>
Mon, 1 Jun 2026 03:29:19 +0000 (11:29 +0800)
committerzhanghongyuan <zhanghongyuan@uniontech.com>
Mon, 1 Jun 2026 03:30:52 +0000 (11:30 +0800)
bash-completion/bits

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