bash-completion: fix typo in blockdev file

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola 2018-04-05 20:56:56 +01:00 committed by Karel Zak
parent ecfb5b267c
commit 27ea4deb93
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ _blockdev_module()
COMPREPLY=( $(compgen -W "bytes" -- $cur) )
return 0
;;
'--setbsz'|'--setfra')
'--setra'|'--setfra')
COMPREPLY=( $(compgen -W "sectors" -- $cur) )
return 0
;;