]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - bash-completion/mountpoint
rev: be careful with close()
[thirdparty/util-linux.git] / bash-completion / mountpoint
index f74efc9cc2520c6bbb3887034169583caacd7bda..f14327ce20b4cb1fdfaf52bf96dba55123f49891 100644 (file)
@@ -5,10 +5,6 @@ _mountpoint_module()
        cur="${COMP_WORDS[COMP_CWORD]}"
        prev="${COMP_WORDS[COMP_CWORD-1]}"
        case $prev in
-               '-f'|'--fixme')
-                       COMPREPLY=( $(compgen -W "fixme" -- $cur) )
-                       return 0
-                       ;;
                '-h'|'--help'|'-V'|'--version')
                        return 0
                        ;;