]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
bash-completion: sync lscpu completion with code
authorBoris Egorov <egorov@linux.com>
Tue, 2 Jun 2015 17:59:02 +0000 (23:59 +0600)
committerKarel Zak <kzak@redhat.com>
Mon, 8 Jun 2015 10:09:50 +0000 (12:09 +0200)
Remove unexistent option, add two not listed in completion.

Signed-off-by: Boris Egorov <egorov@linux.com>
bash-completion/lscpu

index ecadd24f391e528b7d188a7fc50abb4151fba400..d28599db2f3ebdb087fb247092664f5b8e65eac4 100644 (file)
@@ -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"