From: Boris Egorov <egorov@linux.com>
To: util-linux@vger.kernel.org
Cc: Boris Egorov <egorov@linux.com>
Subject: [PATCH 2/3] bash-completion: sync lscpu completion with code
Date: Tue, 2 Jun 2015 23:59:02 +0600 [thread overview]
Message-ID: <1433267943-2276-3-git-send-email-egorov@linux.com> (raw)
In-Reply-To: <1433267943-2276-1-git-send-email-egorov@linux.com>
Remove unexistent option, add two not listed in completion.
Signed-off-by: Boris Egorov <egorov@linux.com>
---
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
next prev parent reply other threads:[~2015-06-02 17:59 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-02 17:59 [PATCH 0/3] bash-completion: handle comma-separated options, sync with code, cleanup Boris Egorov
2015-06-02 17:59 ` [PATCH 1/3] bash-completion: handle comma-separated options Boris Egorov
2015-06-02 17:59 ` Boris Egorov [this message]
2015-06-02 17:59 ` [PATCH 3/3] bash-completion: remove unused variables [shellcheck] Boris Egorov
2015-06-08 10:20 ` [PATCH 0/3] bash-completion: handle comma-separated options, sync with code, cleanup Karel Zak
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1433267943-2276-3-git-send-email-egorov@linux.com \
--to=egorov@linux.com \
--cc=util-linux@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox