Remove unexistent option, add two not listed in completion. Signed-off-by: Boris Egorov <egorov@xxxxxxxxx> --- bash-completion/lscpu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash-completion/lscpu b/bash-completion/lscpu index ecadd24..d28599d 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" -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html