From e4c5943860305dba3de21d55c4c7573e3692dabe Mon Sep 17 00:00:00 2001 From: Christian Goeschel Ndjomouo Date: Fri, 31 Oct 2025 12:14:38 -0400 Subject: [PATCH] bash-completion: (bits) add missing --binary Signed-off-by: Christian Goeschel Ndjomouo --- bash-completion/bits | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;; -- 2.47.3