From: Boris Egorov Date: Tue, 2 Jun 2015 17:59:02 +0000 (+0600) Subject: bash-completion: sync lscpu completion with code X-Git-Tag: v2.27-rc1~167 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcce334df824ee661db6fcbeea91edf2bff5010e;p=thirdparty%2Futil-linux.git bash-completion: sync lscpu completion with code Remove unexistent option, add two not listed in completion. Signed-off-by: Boris Egorov --- diff --git a/bash-completion/lscpu b/bash-completion/lscpu index ecadd24f39..d28599db2f 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 CACHE POLARIZATION ADDRESS - CONFIGURED ONLINE MMHZ" + CONFIGURED ONLINE MAXMHZ MINMHZ" for WORD in $OPTS_ALL; do if ! [[ $prefix == *"$WORD"* ]]; then OPTS="$WORD $OPTS"