summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bash-completion/zramctl2
1 files changed, 1 insertions, 1 deletions
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')