From: Christian Goeschel Ndjomouo Date: Tue, 2 Sep 2025 22:01:55 +0000 (-0400) Subject: bash-completion: add MICROCODE to $OPTS_ALL X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=523faa741835e86aadc5183a61598937ac5290d9;p=thirdparty%2Futil-linux.git bash-completion: add MICROCODE to $OPTS_ALL Signed-off-by: Christian Goeschel Ndjomouo --- diff --git a/bash-completion/lscpu b/bash-completion/lscpu index fc55a1922..a5708f400 100644 --- a/bash-completion/lscpu +++ b/bash-completion/lscpu @@ -12,7 +12,7 @@ _lscpu_module() prefix="${cur%$realcur}" OPTS_ALL="CPU CORE SOCKET NODE BOOK DRAWER CACHE POLARIZATION ADDRESS - CONFIGURED ONLINE MAXMHZ MINMHZ" + CONFIGURED ONLINE MICROCODE MAXMHZ MINMHZ" for WORD in $OPTS_ALL; do if ! [[ $prefix == *"$WORD"* ]]; then OPTS="$WORD ${OPTS:-""}"