]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - bash-completion/delpart
Merge branch 'fincore-block' of https://github.com/dancerj/util-linux
[thirdparty/util-linux.git] / bash-completion / delpart
index d5a92ef288eb6d55270b8ccee54e4a8dee8d566e..3855812089a2438020d7db071e36194c41b2bcd2 100644 (file)
@@ -12,6 +12,7 @@ _delpart_module()
        case $COMP_CWORD in
                1)
                        OPTS="--help --version $(lsblk -pnro name)"
+                       compopt -o bashdefault -o default
                        COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )
                        ;;
                2)