From: zhanghongyuan Date: Mon, 1 Jun 2026 03:29:19 +0000 (+0800) Subject: fix: (bash-completion) remove --bit option from bits completion X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=b01a596237ecdfb779251ad01897651a4acbf7a3;p=thirdparty%2Futil-linux.git fix: (bash-completion) remove --bit option from bits completion --- diff --git a/bash-completion/bits b/bash-completion/bits index 94e15bb69..3545a2a94 100644 --- a/bash-completion/bits +++ b/bash-completion/bits @@ -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 ;;