]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - bash-completion/blkid
bash-completion: Don't offer any more completions after help or version.
[thirdparty/util-linux.git] / bash-completion / blkid
index 14222a44f0c80538280a7e466d45601e7dcbac1b..b4393285878d1ab68e11076db942151ca703730f 100644 (file)
@@ -46,6 +46,9 @@ _blkid_module()
                        COMPREPLY=( $(compgen -W "$(awk '{print $NF}' /proc/filesystems)" -- $cur) )
                        return 0
                        ;;
+               '-h'|'-V')
+                       return 0
+                       ;;
        esac
        case $cur in
                -*)