]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
bash-completion: fix typo in blockdev file
authorSami Kerola <kerolasa@iki.fi>
Thu, 5 Apr 2018 19:56:56 +0000 (20:56 +0100)
committerKarel Zak <kzak@redhat.com>
Fri, 6 Apr 2018 11:03:38 +0000 (13:03 +0200)
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
bash-completion/blockdev

index 8050c0f83965d322c586f65d93b5e1bf53b80467..e7aca26de723c1a5a2bebfdbc3144969d3e6b6c2 100644 (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
                        ;;