From: Christian Goeschel Ndjomouo Date: Fri, 31 Oct 2025 16:14:38 +0000 (-0400) Subject: bash-completion: (bits) add missing --binary X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e4c5943860305dba3de21d55c4c7573e3692dabe;p=thirdparty%2Futil-linux.git bash-completion: (bits) add missing --binary Signed-off-by: Christian Goeschel Ndjomouo --- diff --git a/bash-completion/bits b/bash-completion/bits index 786be4d92..c0e9fe63b 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 --list" + OPTS="--version --help --width --mask --grouped-mask --bit --binary --list" COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) ) return 0 ;;