diff options
| author | Christian Goeschel Ndjomouo <cgoesc2@wgu.edu> | 2025-10-31 12:14:38 -0400 |
|---|---|---|
| committer | Christian Goeschel Ndjomouo <cgoesc2@wgu.edu> | 2025-10-31 12:14:38 -0400 |
| commit | e4c5943860305dba3de21d55c4c7573e3692dabe (patch) | |
| tree | 019cb494f5c0697217376d5815e59833f37871f9 /bash-completion | |
| parent | 7492ca660b235cfea5cf78f1c3d5f0dc4e535545 (diff) | |
| download | util-linux-e4c5943860305dba3de21d55c4c7573e3692dabe.tar.gz | |
bash-completion: (bits) add missing --binary
Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Diffstat (limited to 'bash-completion')
| -rw-r--r-- | bash-completion/bits | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash-completion/bits b/bash-completion/bits index 786be4d92f..c0e9fe63bd 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 ;; |
