From: Sami Kerola Date: Sun, 18 Feb 2018 20:22:01 +0000 (+0000) Subject: bash-completion: update zramctl algorithms list X-Git-Tag: v2.32~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c50ad32410235c209cb6e0c0cb7d7926a246a4af;p=thirdparty%2Futil-linux.git bash-completion: update zramctl algorithms list Reference: a3612b81fe0c172bc4fe7e2cf468f195bd785222. Signed-off-by: Sami Kerola --- diff --git a/bash-completion/zramctl b/bash-completion/zramctl index 672d8102ad..31e3c76a62 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')