[PATCH] bash-completion: update zramctl algorithms list

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Reference: a3612b81fe0c172bc4fe7e2cf468f195bd785222.
Signed-off-by: Sami Kerola <kerolasa@xxxxxx>
---
 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

--
To unsubscribe from this list: send the line "unsubscribe util-linux" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux