aboutsummaryrefslogtreecommitdiffstats
path: root/bash-completion
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2025-09-03 11:46:35 +0200
committerKarel Zak <kzak@redhat.com>2025-09-03 11:46:35 +0200
commit90c0b7658c08ba01abfd12a189b17535ceb067bd (patch)
treebc595de0f1c93cc6cacf4fb786111aaf36ff20ba /bash-completion
parent0c57a76da61e5ab1f15eada0553b2ef85026269c (diff)
parent523faa741835e86aadc5183a61598937ac5290d9 (diff)
downloadutil-linux-90c0b7658c08ba01abfd12a189b17535ceb067bd.tar.gz
Merge branch 'feat/lscpu_add_microcode_column' of https://github.com/cgoesche/util-linux-fork
* 'feat/lscpu_add_microcode_column' of https://github.com/cgoesche/util-linux-fork: bash-completion: add MICROCODE to $OPTS_ALL lscpu: add MICROCODE output column
Diffstat (limited to 'bash-completion')
-rw-r--r--bash-completion/lscpu2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash-completion/lscpu b/bash-completion/lscpu
index 9cae8953b0..b26086afb1 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:-""}"