From: WanBingjiang Date: Mon, 27 Apr 2026 09:12:11 +0000 (+0800) Subject: bash-completion: add --expand option for bits X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=d5ad6b5e78080b33eb94abdafea34a8723c2e783;p=thirdparty%2Futil-linux.git bash-completion: add --expand option for bits Signed-off-by: WanBingjiang --- diff --git a/bash-completion/bits b/bash-completion/bits index c0e9fe63b..f68e59aaa 100644 --- a/bash-completion/bits +++ b/bash-completion/bits @@ -11,7 +11,7 @@ _bits_module() esac case $cur in -*) - OPTS="--version --help --width --mask --grouped-mask --bit --binary --list" + OPTS="--version --help --width --mask --grouped-mask --bit --binary --list --expand" COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) ) return 0 ;;