util-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sami Kerola <kerolasa@iki.fi>
To: util-linux@vger.kernel.org
Cc: Sami Kerola <kerolasa@iki.fi>
Subject: [PATCH] bash-completion: update zramctl algorithms list
Date: Sun, 18 Feb 2018 20:22:01 +0000	[thread overview]
Message-ID: <20180218202201.3090-1-kerolasa@iki.fi> (raw)

Reference: a3612b81fe0c172bc4fe7e2cf468f195bd785222.
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
---
 bash-completion/zramctl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bash-completion/zramctl b/bash-completion/zramctl
index 672d8102a..31e3c76a6 100644
--- a/bash-completion/zramctl
+++ b/bash-completion/zramctl
@@ -6,7 +6,7 @@ _zramctl_module()
 	prev="${COMP_WORDS[COMP_CWORD-1]}"
 	case $prev in
 		'-a'|'--algorithm')
-			COMPREPLY=( $(compgen -W "lzo lz4" -- $cur) )
+			COMPREPLY=( $(compgen -W "lzo lz4 lz4hc deflate 842" -- $cur) )
 			return 0
 			;;
 		'-o'|'--output')
-- 
2.16.2


             reply	other threads:[~2018-02-18 20:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-18 20:22 Sami Kerola [this message]
2018-03-02  8:52 ` [PATCH] bash-completion: update zramctl algorithms list 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=20180218202201.3090-1-kerolasa@iki.fi \
    --to=kerolasa@iki.fi \
    --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;
as well as URLs for NNTP newsgroup(s).