util-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] bash-completion: update zramctl algorithms list
@ 2018-02-18 20:22 Sami Kerola
  2018-03-02  8:52 ` Karel Zak
  0 siblings, 1 reply; 2+ messages in thread
From: Sami Kerola @ 2018-02-18 20:22 UTC (permalink / raw)
  To: util-linux; +Cc: Sami Kerola

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] bash-completion: update zramctl algorithms list
  2018-02-18 20:22 [PATCH] bash-completion: update zramctl algorithms list Sami Kerola
@ 2018-03-02  8:52 ` Karel Zak
  0 siblings, 0 replies; 2+ messages in thread
From: Karel Zak @ 2018-03-02  8:52 UTC (permalink / raw)
  To: Sami Kerola; +Cc: util-linux

On Sun, Feb 18, 2018 at 08:22:01PM +0000, Sami Kerola wrote:
>  bash-completion/zramctl | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

 Applied, thanks. (Sorry for delay)

    Karel

-- 
 Karel Zak  <kzak@redhat.com>
 http://karelzak.blogspot.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-03-02  8:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-18 20:22 [PATCH] bash-completion: update zramctl algorithms list Sami Kerola
2018-03-02  8:52 ` Karel Zak

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).