Signed-off-by: Sami Kerola <kerolasa@xxxxxx> --- bash-completion/blockdev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash-completion/blockdev b/bash-completion/blockdev index 8050c0f83..e7aca26de 100644 --- a/bash-completion/blockdev +++ b/bash-completion/blockdev @@ -33,7 +33,7 @@ _blockdev_module() COMPREPLY=( $(compgen -W "bytes" -- $cur) ) return 0 ;; - '--setbsz'|'--setfra') + '--setra'|'--setfra') COMPREPLY=( $(compgen -W "sectors" -- $cur) ) return 0 ;; -- 2.17.0 -- 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